Export an airplane as STEP or, if possible, STL #106
-
I would like to export the airplane in a format like STEP or STL. But I can't get it to work. It complains about a wrong numpy version, I guess of the cadquery API. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hmmm, interesting! For the STL case, an immediate workaround is to instead bypass CadQuery and use the alternate PyVista API:
However, in general I think STEP files are more useful than STLs for supporting ongoing engineering, so I'd like to figure out what's causing the bug you're seeing with STEP export. Can you send a self-contained minimum reproducible example of this bug (both code and traceback) along with your versions of AeroSandbox, cadquery, NumPy, and Python? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi, On the MAC the following versions are installed:
Thanks for your support and congrats to this outstanding piece of software. |
Beta Was this translation helpful? Give feedback.
-
Hi, meanwhile I created a fresh environment on Windows and it also worked without any problems. I noticed one thing though, The "pip install" did not install cadquery, although available in requirements. I couldn't find out why.
|
Beta Was this translation helpful? Give feedback.
-
Just adding onto this discussion (for future readers) that |
Beta Was this translation helpful? Give feedback.
Hmmm, interesting!
For the STL case, an immediate workaround is to instead bypass CadQuery and use the alternate PyVista API:
However, in general I think STEP files are more useful than STLs for supporting ongoing engineering, so I'd like to figure out what's causing the bug you're seeing with STEP export.
Can you send a self-contained minimum reproducible example of this bug (both code and traceback) along with your versions of AeroSandbox, cadquery, NumPy, and Python?
Thank you!