Double click DXF and DWG files
To ensure that when you double-click a DXF or DWG file, it opens in the current session of IronCAD:
Make sure the registry has
[HKEY_CLASSES_ROOT\CaxaDraft.Document]
[HKEY_CLASSES_ROOT\CaxaDraft.Document\DataObject]
@="0"

Related Articles
How to improve performance when importing a large DWG or DXF in a Sketch
Sometimes when importing a large DWG or DXF to a 2D Sketch, the amount of geometry can cause the graphics performance to decrease. This is partly due to the large number of profile condition locators and constraint symbols on the geometry. To improve ...
DWG versions we can import
For version 2019, IronCAD, IronCAD Draft and CAXA Draft can import DWG version 2018 files (AutoCAD 2018, AutoCAD 2019, AutoCAD 2020). For version 2018, IronCAD, IronCAD Draft and CAXA Draft can import up to AutoCAD 2017 saved DWG files. (that is 2013 ...
To enable File Explorer Preview for CAXA Draft EXB and DWG files.
If you cannot see File Explorer previews for EXB and DWG files: 1. Start a cmd (Windows Command Prompt) window as admin. 2. Type in “C:\Program Files\IronCAD\2022\bin\CAXADraft\bin\ShellExtEx.exe" /Regserver 3. Click return key. This will give you ...
CAXA Draft font missing warning
When you load a DWG or DXF or even sometimes another user's EXB file into CAXA Draft you may get a warning that one or more fonts are missing. This is common for AutoCAD files that use .shx font files. AutoCAD and others do use some fonts that are ...
Custom Properties by XML files
Problem description Provide a customizable way for users to auto-populate text fields in the drawing such as to support auto-fill of titleblock and the like. The process should be customizable without the need to write code. Also, it needs to support ...