M_Rhino_Geometry_Brep_CreateBooleanIntersection_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Compute the Solid Intersection of two Breps.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Brep[] CreateBooleanIntersection(
Brep firstBrep,
Brep secondBrep,
double tolerance,
bool manifoldOnly
)
VB
Public Shared Function CreateBooleanIntersection (
firstBrep As Brep,
secondBrep As Brep,
tolerance As Double,
manifoldOnly As Boolean
) As Brep()
- firstBrep
- Type: Rhino.Geometry.Brep
First Brep for boolean intersection. - secondBrep
- Type: Rhino.Geometry.Brep
Second Brep for boolean intersection. - tolerance
- Type: System.Double
Tolerance to use for intersection operation. - manifoldOnly
- Type: System.Boolean
If true, non-manifold input breps are ignored.
Type: Brep[]
An array of Brep results or null on failure.
The solid orientation of the breps make a difference when calling this function
Supported in: 6.0.16224.21491
Brep Class
CreateBooleanIntersection Overload
Rhino.Geometry Namespace