mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
introduced tuplify in topology.py and allow single single align arg
This commit is contained in:
parent
89ec8e6b1d
commit
499562559d
9 changed files with 125 additions and 76 deletions
|
|
@ -30,9 +30,7 @@ the_wind = Face.make_surface_from_array_of_points(
|
|||
]
|
||||
)
|
||||
|
||||
field_planar = Plane.XY.offset(10) * Rectangle(
|
||||
width / 4, height, align=(Align.MIN, Align.MIN)
|
||||
)
|
||||
field_planar = Plane.XY.offset(10) * Rectangle(width / 4, height, align=Align.MIN)
|
||||
west_field_planar = field_planar.faces()[0]
|
||||
east_field_planar = mirror(west_field_planar, about=Plane.YZ.offset(width / 2))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue