Skip to content

Commit

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

self.width = width
self.rectangle_height = height
self.height = height
self.align = tuplify(align, 2)

face = Face.make_rect(height, width)
Expand Down

0 comments on commit 8f69980

Please sign in to comment.