MeshCreateBooleanUnion Method |
Rhino 5 for Windows
Computes the solid union of a set of meshes.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
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.
See Also