Replies: 1 comment
-
Yeah the extrusion shouldn't be in entity class we should add it directly to the entities that support it and in the right order I will try to fix it. |
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
-
I ran into a problem with exported DXFs with hatches. Autodesk products (DWG TrueView for example) could not open the files, while some other software could. After a lot of investigation I found out that what Autodesk doesn't like is if extrusion properties in hatch come before the elevation, which happens when using dxfjs writer. I modified the writer so that extrusion is dxfied after elevation, which fixed the problem.
Beta Was this translation helpful? Give feedback.
All reactions