Version

TriangulationSource Class Members

The following tables list the members exposed by TriangulationSource.

Public Constructors
 NameDescription
Public ConstructorTriangulationSource ConstructorInitializes a new TriangulationSource.  
Public Properties
 NameDescription
Public PropertyPointsThe collection of Points and numeric values from which the triangulation is created.  
Public PropertyTrianglesThe collection of triangle indices corresponding to the Points collection.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateCreates a TriangulationSource using delegates to get the Points and Values to create a triangulation from.  
Public Methodstatic (Shared in Visual Basic)LoadItfCreates a TriangulationSource from an ITF.  
Public MethodResetResets all the properties to their default values  
Public MethodResetTrianglesResets the Triangles property to its default value.  
Public MethodSaveItfSaves the Triangulation to the binary ITF format.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeTrianglesIndicates if the Triangles property needs to be serialized.  
See Also