RhinoCommon API
RhinoObjectGetRenderMeshesWithUpdatedTCs Method |
Gets the render meshes of some objects.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.3
public static ObjRef[] GetRenderMeshesWithUpdatedTCs( IEnumerable<RhinoObject> rhinoObjects, bool okToCreate, bool returnAllObjects, bool skipHiddenObjects, bool updateMeshTCs )
Public Shared Function GetRenderMeshesWithUpdatedTCs ( rhinoObjects As IEnumerable(Of RhinoObject), okToCreate As Boolean, returnAllObjects As Boolean, skipHiddenObjects As Boolean, updateMeshTCs 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. - skipHiddenObjects
- Type: SystemBoolean
true if if hidden objects should be ignored. - updateMeshTCs
- Type: SystemBoolean
true if the TCs should be updated with a texture mapping.
Return Value
Type: ObjRefAn array of object references.