MeshCreateBooleanDifference Method |
Computes the solid difference of two sets of Meshes.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Mesh[] CreateBooleanDifference(
IEnumerable<Mesh> firstSet,
IEnumerable<Mesh> secondSet
)
Public Shared Function CreateBooleanDifference (
firstSet As IEnumerable(Of Mesh),
secondSet As IEnumerable(Of Mesh)
) As Mesh()
Parameters
- firstSet
- Type: System.Collections.GenericIEnumerableMesh
First set of Meshes (the set to subtract from). - secondSet
- Type: System.Collections.GenericIEnumerableMesh
Second set of Meshes (the set to subtract).
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