|
Facevert_inds Property
|
Gets the vertex indexes of the face vertices.
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<int> vert_inds { get; }Public ReadOnly Property vert_inds As List(Of Integer)
Get
public:
property List<int>^ vert_inds {
List<int>^ get ();
}member vert_inds : List<int> with get
Property Value
Type:
ListInt32
See Also