Replies: 2 comments
-
Just try it. DXF is a text format you can edit the file with any text editor. Than open the file with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried opening it in AutoCad's online viewer but it fails. |
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.
-
The documentation for R13 tables (https://ezdxf.readthedocs.io/en/stable/dxfinternals/filestructure.html#dxf-r13-r14-and-later) states
Does this mean that the
VPORT
table can be empty, or the*ACTIVE
table can be empty?In the
MINIMAL_DXF_AC1021
file there is a*ACTIVE
entry - https://github.com/mozman/ezdxf/blob/master/examples_dxf/Minimal_DXF_AC1021.dxf#L50If this is the 'minimal' requirements for the AC1021 version, should the
*ACTIVE
entry be empty / not there at all?Beta Was this translation helpful? Give feedback.
All reactions