RhinoObject.GetRenderMeshes Method

RhinoObjectGetRenderMeshes Method

Gets the render meshes of some objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: ObjRef
An array of object references.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also