Click or drag to resize

RhinoObjectMeshObjects Method (IEnumerableRhinoObject, MeshingParameters, Mesh, ObjectAttributes, Boolean)

Meshes Rhino objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.4
Syntax
public static Result MeshObjects(
	IEnumerable<RhinoObject> rhinoObjects,
	MeshingParameters parameters,
	out Mesh[] meshes,
	out ObjectAttributes[] attributes,
	bool useWorkerThread
)

Parameters

rhinoObjects
Type: System.Collections.GenericIEnumerableRhinoObject
The Rhino objects to mesh.
parameters
Type: Rhino.GeometryMeshingParameters
The parameters used to create the meshes.
meshes
Type: Rhino.GeometryMesh
The created meshes are appended to this array.
attributes
Type: Rhino.DocObjectsObjectAttributes
The object attributes that coincide with each created mesh are appended to this array.
useWorkerThread
Type: SystemBoolean
Set true to compute meshes in a worker thread.

Return Value

Type: Result
The results of the calculation.
See Also