M_Rhino_Geometry_Mesh_CreateBooleanUnion - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the solid union of a set of meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh[] CreateBooleanUnion(
IEnumerable<Mesh> meshes
)
VB
Public Shared Function CreateBooleanUnion (
meshes As IEnumerable(Of Mesh)
) As Mesh()
- meshes
- Type: System.Collections.Generic.IEnumerable(Mesh)
Meshes to union.
Type: Mesh[]
An array of Mesh results or null on failure.
Supported in: 6.0.16224.21491, 5D58w