BRep.overlap

BRep.overlap(other, deflection=0.001, tolerance=0.0)[source]

Compute the overlap between this BRep and another.

Parameters
  • other (BRep) – The other b-rep.

  • deflection (float, optional) – Allowable deflection for mesh generation used for proximity detection.

  • tolerance (float, optional) – Tolerance for overlap calculation.

Returns

Tuple[List[BRepFace], List[BRepFace]]