Skip to content

Commit 9f859c9

Browse files
robinthibautlachlangrose
authored andcommitted
fix: include nsteps in bounding box initialization when creating buffer
1 parent 68636f8 commit 9f859c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LoopStructural/datatypes/_bounding_box.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def with_buffer(self, buffer: float = 0.2) -> BoundingBox:
281281
origin=origin,
282282
maximum=maximum,
283283
global_origin=self.global_origin,
284+
nsteps=self.nsteps,
284285
dimensions=self.dimensions,
285286
)
286287

0 commit comments

Comments
 (0)