MeshCreateBooleanUnion Method |
Computes the solid union of a set of meshes.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also