RhinoCommon API
MeshCreateBooleanIntersection Method |
Computes the solid intersection of two sets of meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public static Mesh[] CreateBooleanIntersection( IEnumerable<Mesh> firstSet, IEnumerable<Mesh> secondSet )
Public Shared Function CreateBooleanIntersection ( firstSet As IEnumerable(Of Mesh), secondSet As IEnumerable(Of Mesh) ) As Mesh()
Parameters
- firstSet
- Type: System.Collections.GenericIEnumerableMesh
First set of Meshes. - secondSet
- Type: System.Collections.GenericIEnumerableMesh
Second set of Meshes.
Return Value
Type: MeshAn array of Mesh results or null on failure.