mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
build_common.py reverse optimal=False
This commit is contained in:
parent
d7da7e9837
commit
351e0f3e16
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class Builder(ABC):
|
|||
@property
|
||||
def max_dimension(self) -> float:
|
||||
"""Maximum size of object in all directions"""
|
||||
return self._obj.bounding_box(optimal=False).diagonal if self._obj else 0.0
|
||||
return self._obj.bounding_box().diagonal if self._obj else 0.0
|
||||
|
||||
@property
|
||||
def new_edges(self) -> ShapeList[Edge]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue