File
Perform file operations.
Primary File Commands
| Command Name | Name | Description |
|---|---|---|
| OPEN | Open | Opens .nijicad files. DXF and JWW files can also be selected. |
| CLOSE | Close | Closes the current file. |
| SAVEAS | Save As | Saves the current file with a different name. |
| QSAVE | Save | Overwrites the current file. |
| OPENDXF | Open DXF | Opens a drawing by specifying a DXF file. |
| OPENJWW | Open JWW | Opens a drawing by specifying a JWW file. |
File I/O
| Command Name | Name | Description |
|---|---|---|
| DXFIN | DXF Import | Inserts a DXF file into the current drawing. Character encoding is automatically detected. |
| DXFOUT | DXF Export | Exports a DXF file using UTF-8 encoding. |
| DXFOUT_ACAD2004 | DXF Export (Acad2004) | Exports a DXF file using Shift_JIS encoding. |
| DXFOUT_JW | DXF Export (Jw_cad) | Exports a DXF optimized for Jw_cad. |