M_Rhino_Geometry_Mesh_CreateBooleanIntersection - mcneel/rhinocommon-api-docs GitHub Wiki
Computes the solid intersection of two sets of meshes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Mesh[] CreateBooleanIntersection(
IEnumerable<Mesh> firstSet,
IEnumerable<Mesh> secondSet
)
VB
Public Shared Function CreateBooleanIntersection (
firstSet As IEnumerable(Of Mesh),
secondSet As IEnumerable(Of Mesh)
) As Mesh()
- firstSet
- Type: System.Collections.Generic.IEnumerable(Mesh)
First set of Meshes. - secondSet
- Type: System.Collections.Generic.IEnumerable(Mesh)
Second set of Meshes.
Type: Mesh[]
An array of Mesh results or null on failure.
Supported in: 6.0.16224.21491, 5D58w