M_Rhino_Geometry_Brep_CreateBooleanIntersection_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.CreateBooleanIntersection Method (IEnumerable(Brep), IEnumerable(Brep), Double)

Compute the Solid Intersection of two sets of Breps.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Brep[] CreateBooleanIntersection(
	IEnumerable<Brep> firstSet,
	IEnumerable<Brep> secondSet,
	double tolerance
)

VB

Public Shared Function CreateBooleanIntersection ( 
	firstSet As IEnumerable(Of Brep),
	secondSet As IEnumerable(Of Brep),
	tolerance As Double
) As Brep()

Parameters

 

firstSet
Type: System.Collections.Generic.IEnumerable(Brep)
First set of Breps.
secondSet
Type: System.Collections.Generic.IEnumerable(Brep)
Second set of Breps.
tolerance
Type: System.Double
Tolerance to use for intersection operation.

Return Value

Type: Brep[]
An array of Brep results or null on failure.

Remarks

The solid orientation of the breps make a difference when calling this function

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
CreateBooleanIntersection Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️