Eliminated named from Plane & Literal parameters

This commit is contained in:
Roger Maitland 2022-10-16 11:57:50 -04:00
parent e24a7c060d
commit c7ca0bdf34
24 changed files with 470 additions and 929 deletions

View file

@ -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):