MeshFaceList.ToIntArray Method (Boolean)

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)
Syntax
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: Int32
The int array. This method never returns null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also