RhinoCommon API
MeshCreateBooleanUnion Method |
Computes the solid union of a set of meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Mesh[] CreateBooleanUnion( IEnumerable<Mesh> meshes )
Public Shared Function CreateBooleanUnion ( meshes As IEnumerable(Of Mesh) ) As Mesh()
Parameters
- meshes
- Type: System.Collections.GenericIEnumerableMesh
Meshes to union.
Return Value
Type: MeshAn array of Mesh results or null on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14