MeshCreateBooleanUnion Method (IEnumerableMesh, Double) |
Computes the solid union of a set of meshes.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic static Mesh[] CreateBooleanUnion(
IEnumerable<Mesh> meshes,
double tolerance
)
Public Shared Function CreateBooleanUnion (
meshes As IEnumerable(Of Mesh),
tolerance As Double
) As Mesh()
Parameters
- meshes
- Type: System.Collections.GenericIEnumerableMesh
Meshes to union. - tolerance
- Type: SystemDouble
A valid tolerance value. See MeshIntersectionsTolerancesCoefficient
Return Value
Type:
MeshAn array of Mesh results or null on failure.
See Also