Replies: 2 comments
-
There are many open and overlapping wires. I don't think the CAD kernel is ever going to be able to handle that. I think you'll need to simplify the DXF in sections, extrude those separately, and then union all the separate parts together. Extrude wants a clean, closed outer profile, so try for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think I won't go this way. |
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.
-
I created a DXF-Model made of lines, which I would like to import in cadquery as a peace of art:

While Trying to import this with the following code:
I'm getting the Error: "Cannot build face(s): outer wire is not closed".
How can I import the DXF as it is?
Beta Was this translation helpful? Give feedback.
All reactions