mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
use import_step as a global function
This commit is contained in:
parent
4d47247459
commit
4ff05ad4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ with BuildPart() as lid_builder:
|
|||
lid = lid_builder.part
|
||||
|
||||
# [A screw to attach the hinge to the box]
|
||||
m6_screw = Compound.import_step("M6-1x12-countersunk-screw.step")
|
||||
m6_screw = import_step("M6-1x12-countersunk-screw.step")
|
||||
m6_joint = RigidJoint("head", m6_screw, Location((0, 0, 0), (0, 0, 0)))
|
||||
# [End of screw creation]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue