|
Facevert_inds Property
|
vertex indexes of the face vertices
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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