Gets the list of mesh triangles.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public MeshTriangleList MeshTriangles { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeshTriangles As MeshTriangleList
Visual C++
public:
property MeshTriangleList^ MeshTriangles {
	MeshTriangleList^ get ();
}

Field Value

The mesh triangle list.

Remarks

A mesh triangle list is a sorted dictionary where the key is the mesh triangle and the value is the multiplicity of the mesh triangle.

See Also