Skip to content

Commit

Permalink
Update objects_part.py, -> box height
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Dec 5, 2023
1 parent 671db72 commit d67fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build123d/objects_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __init__(

self.length = length
self.width = width
self.box_height = height
self.height = height

solid = Solid.make_box(length, width, height)

Expand Down

0 comments on commit d67fd7f

Please sign in to comment.