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