Skip to content

Commit

Permalink
optimal bounbox to fix Torus bug
Browse files Browse the repository at this point in the history
  • Loading branch information
psauvan committed Nov 25, 2024
1 parent 1f2b729 commit 0b3a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/utils/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def set_cad_solid(self):
def optimalBoundingBox(self):
if self.CADSolid is None:
self.set_cad_solid()
return self.CADSolid.optimalBoundingBox()
return self.CADSolid.optimalBoundingBox()

def set_definition(self, definition, simplify=False):

Expand Down

0 comments on commit 0b3a087

Please sign in to comment.