-
I am trying to export multiple circles with different radii to STEP format. When I import the STEP file into my CAD software I see only one circle (the last one created). Here is the minimal code to reproduce:
Help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
jmwright
Jan 22, 2025
Replies: 1 comment 1 reply
-
The following should fix the issue. cq.exporters.export(wp.consolidateWires(), "circles.step") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wmcnCG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following should fix the issue.