RhinoCommon API
MeshFaceListToIntArray Method (Boolean) |
Copies all of the face indices to a linear array of indices per face.
Note that this includes indices from invalid faces too.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public int[] ToIntArray( bool asTriangles )
Public Function ToIntArray ( asTriangles As Boolean ) As Integer()
Parameters
- asTriangles
- Type: SystemBoolean
If set to true as triangles.
Return Value
Type: Int32The int array. This method never returns null.