mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Eliminated named from Plane & Literal parameters
This commit is contained in:
parent
e24a7c060d
commit
c7ca0bdf34
24 changed files with 470 additions and 929 deletions
|
|
@ -39,7 +39,7 @@ with BuildPart() as handle:
|
|||
tangent_scalars=(1.5, 1.5),
|
||||
)
|
||||
# Record the center line for display and workplane creation
|
||||
handle_path = handle_center_line.wires()[0]
|
||||
handle_path: Wire = handle_center_line.wires()[0]
|
||||
|
||||
# Create the cross sections - added to pending_faces
|
||||
for i in range(segment_count + 1):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue