Click or drag to resize

MeshCreateBooleanUnion Method (IEnumerableMesh)

Computes the solid union of a set of meshes. WARNING: Use the overload that takes a tolerance or options.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Mesh[] CreateBooleanUnion(
	IEnumerable<Mesh> meshes
)

Parameters

meshes
Type: System.Collections.GenericIEnumerableMesh
Meshes to union.

Return Value

Type: Mesh
An array of Mesh results or null on failure.
See Also