MeshNgonFaceIndexList Method |
Get the ngon's mesh face index list.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public uint[] FaceIndexList()
Public Function FaceIndexList As UInteger()
Return Value
Type:
UInt32A list of mesh face indexes.
See Also