Gets or sets the mesh vertex indices.

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

Syntax

C#
public int[] MeshVertexIndices { get; set; }
Visual Basic (Declaration)
Public Property MeshVertexIndices As Integer()
Visual C++
public:
property array<int>^ MeshVertexIndices {
	array<int>^ get ();
	void set (array<int>^ value);
}

Field Value

An array of three integer values referring to the zero-based indices of vertices in a mesh vertex list.

See Also