Import options when importing a DXF file into drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any NEW documentation on the settings allowed in the import ini file used during the import of a DXF file into a new drawing?
In 2020, there are settings that default differently, or did not exist, than they did in 2019 and those defaults are causing some issues. For example
CONSTRAIN ENDPOINTS (DRAWING)
CONSTRAIN LOGICAL (DRAWING)
settings default to "Yes" and then the DXF file read in can be automatically changed, which we do NOT want.
I have modified our code to turn these settings off, but I need to know if there are others that can impact the geometry when it is read in.
Also I need to know if the template file, that can now be specified, can exist outside of the current projects directory (specified with a full path) and not give a warning when used.

