RenderPrimitiveList.ToMeshArray Method

RenderPrimitiveListToMeshArray Method

Call this method to get a array of meshes, all primitives will get meshed and the meshes will get included in the returned array.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Mesh[] ToMeshArray()
Public Function ToMeshArray As Mesh()

Return Value

Type: Mesh
Return an array of meshes from this list, this will convert all primitives to meshes.
Version Information

Rhino for Windows

Supported in: 6.8
See Also