OCCBrep.overlap

OCCBrep.overlap(other, deflection=0.001, tolerance=0.0)

Compute the overlap between this BRep and another.

Parameters:
otherOCCBrep

The other b-rep.

deflectionfloat, optional

Allowable deflection for mesh generation used for proximity detection.

tolerancefloat, optional

Tolerance for overlap calculation.

Returns:
Tuple[List[OCCBrepFace], List[OCCBrepFace]]