Click or drag to resize

SimpleArrayMeshFaceToArray Method

Copies the unmanaged array to a managed counterpart.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public MeshFace[] ToArray()

Return Value

Type: MeshFace
The managed array.
See Also