RhinoObject.MeshObjects Method (IEnumerable(RhinoObject), MeshingParameters, Mesh[], ObjectAttributes[])

RhinoObjectMeshObjects Method (IEnumerableRhinoObject, MeshingParameters, Mesh, ObjectAttributes)

Meshes Rhino objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Result MeshObjects(
	IEnumerable<RhinoObject> rhinoObjects,
	MeshingParameters parameters,
	out Mesh[] meshes,
	out ObjectAttributes[] attributes
)
Public Shared Function MeshObjects ( 
	rhinoObjects As IEnumerable(Of RhinoObject),
	parameters As MeshingParameters,
	<OutAttribute> ByRef meshes As Mesh(),
	<OutAttribute> ByRef attributes As ObjectAttributes()
) As Result

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.

Return Value

Type: Result
The results of the calculation.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also