mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
remove ex22 unnecessary parens
This commit is contained in:
parent
23682daf2e
commit
49064c12c6
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ length, width, thickness = 80.0, 60.0, 10.0
|
|||
|
||||
with BuildPart() as ex22:
|
||||
Box(length, width, thickness)
|
||||
pln = Plane((ex22.faces().group_by(Axis.Z)[0])[0]).rotated((0, -50, 0))
|
||||
pln = Plane(ex22.faces().group_by(Axis.Z)[0][0]).rotated((0, -50, 0))
|
||||
with BuildSketch(pln) as ex22_sk:
|
||||
with GridLocations(length / 4, width / 4, 2, 2):
|
||||
Circle(thickness / 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue