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)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also