CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Can you add the function of importing, .stp, .step, and .stl format files? #418

Closed sunxueyi888 closed 7 months ago

sunxueyi888 commented 7 months ago

Can you provide an example or an idea? Thank you.

justbuchanan commented 7 months ago

.stp/.step file imports are already supported: https://cadquery.readthedocs.io/en/latest/importexport.html#importing-step

sunxueyi888 commented 7 months ago

已支持 .stp/.step 文件导入:https://cadquery.readthedocs.io/en/latest/importexport.html#importing-step

ok,Thank you again