RhinoCommon API
RhinoObjectGetRenderMeshes Method |
Gets the render meshes of some objects.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)

public static ObjRef[] GetRenderMeshes( IEnumerable<RhinoObject> rhinoObjects, bool okToCreate, bool returnAllObjects )
Public Shared Function GetRenderMeshes ( rhinoObjects As IEnumerable(Of RhinoObject), okToCreate As Boolean, returnAllObjects As Boolean ) As ObjRef()
Parameters
- rhinoObjects
- Type: System.Collections.GenericIEnumerableRhinoObject
An array, a list, or any enumerable set of Rhino objects. - okToCreate
- Type: SystemBoolean
true if the method is allowed to instantiate new meshes if they do not exist. - returnAllObjects
- Type: SystemBoolean
true if all objects should be returned.
Return Value
Type: ObjRefAn array of object references.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8