Click or drag to resize

ObjectFileData Class

LightningChart .NET Help
Obj file data container + color array for vertices.
Inheritance Hierarchy
SystemObject
  ObjectFileDataBase
    Arction.Wpf.ChartingObjectFileData

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class ObjectFileData : ObjectFileDataBase

The ObjectFileData type exposes the following members.

Constructors
  NameDescription
Public methodObjectFileData
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParse (Inherited from ObjectFileDataBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCopyNormals (Inherited from ObjectFileDataBase.)
Public fieldLineIndex (Inherited from ObjectFileDataBase.)
Public fieldNormalIndex (Inherited from ObjectFileDataBase.)
Public fieldNormals (Inherited from ObjectFileDataBase.)
Public fieldTU (Inherited from ObjectFileDataBase.)
Public fieldTUIndex (Inherited from ObjectFileDataBase.)
Public fieldVerticeColors (Inherited from ObjectFileDataBase.)
Public fieldVerticeIndex (Inherited from ObjectFileDataBase.)
Public fieldVertices (Inherited from ObjectFileDataBase.)
Top
See Also