Version

TriangulationSource Class Members

The following tables list the members exposed by TriangulationSource.

Public Constructors
 NameDescription
Public ConstructorTriangulationSource Constructor  
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)LoadItfOverloaded. Creates a TriangulationSource from an ITF.  
Public MethodSaveItfSaves the Triangulation to the binary ITF format.  
See Also