M_Rhino_Geometry_Mesh_CreateBooleanUnion - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.CreateBooleanUnion Method

Computes the solid union of a set of meshes.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Mesh[] CreateBooleanUnion(
	IEnumerable<Mesh> meshes
)

VB

Public Shared Function CreateBooleanUnion ( 
	meshes As IEnumerable(Of Mesh)
) As Mesh()

Parameters

 

meshes
Type: System.Collections.Generic.IEnumerable(Mesh)
Meshes to union.

Return Value

Type: Mesh[]
An array of Mesh results or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️