RhinoCommon API
MeshTopologyVertexListIndicesFromFace Method |
Returns TopologyVertexIndices for a given mesh face index.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public int[] IndicesFromFace( int faceIndex )
Public Function IndicesFromFace ( faceIndex As Integer ) As Integer()
Parameters
- faceIndex
- Type: SystemInt32
The index of a face to query.
Return Value
Type: Int32An array of vertex indices.