Esempio n. 1
0
 def get_object_bound(self) -> BoundingBox:
     bb = BoundingBox()
     for p in self.points:
         bb = bb.get_union_point3d(p)
     return bb