Skip to content

M_Rhino_Geometry_Collections_MeshFaceList_ToIntArray

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFaceList.ToIntArray Method

Copies all of the faces to a linear array of indices.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int[] ToIntArray(
	bool asTriangles
)

VB

Public Function ToIntArray ( 
	asTriangles As Boolean
) As Integer()

Parameters

 

asTriangles
Type: System.Boolean
If set to true as triangles.

Return Value

Type: Int32[]
The int array. This method never returns null.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally