Importing step file #1320
Unanswered
THANGABALAJI-T
asked this question in
Q&A
Replies: 2 comments
-
Even in below codes, WHAT IS THE RIGHT WAY OF GIVING THE FILE PATH : |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try to first copy the step file to your working directory (the same location as your script or where you launched cq-editor). Change the name to your step filename. import cadquery as cq
myfile = "mystepfile.step"
result = cq.importers.importStep(myfile) If you know the path to the step file it can be provided as a string. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What to do to import step file from directory?
Beta Was this translation helpful? Give feedback.
All reactions