OCCBrep.overlap
- OCCBrep.overlap(other, deflection=0.001, tolerance=0.0)
Compute the overlap between this BRep and another.
- Parameters:
- other
OCCBrep
The other b-rep.
- deflectionfloat, optional
Allowable deflection for mesh generation used for proximity detection.
- tolerancefloat, optional
Tolerance for overlap calculation.
- other
- Returns:
- Tuple[List[
OCCBrepFace
], List[OCCBrepFace
]]
- Tuple[List[