def BoundingBox(self, tolerance=0.1): self.wrapped.tessellate(tolerance) return BoundBox(self.wrapped.BoundBox)
def BoundingBox(self): return BoundBox(self.wrapped.BoundBox)
def BoundingBox(self, tolerance=0.1): # need to implement that in GEOM return BoundBox._fromTopoDS(self.wrapped)