GMS:Importing/Exporting CAD Data

From XMS Wiki
Jump to navigationJump to search

Importing

GMS can import DWG or DXF files via the File | Open command. If there is already CAD data in memory, GMS will replace the existing data with the data being imported. Currently, GMS cannot merge the incoming data with the data in memory.

The following versions of DWG files are supported.

GMS Version 9.0 9.1 9.2 10.0 10.1 10.2 10.3 10.4 10.5
AutoCAD Version 3.05.01 3.05.01 3.09.00 3.09.00 3.09.00 4.01.01 4.01.01 4.01.01 4.03.02

Exporting

GMS data can be exported to a DWG or DXF file that can then be read into a CAD software package. If there is CAD data in memory when a GMS project is saved, GMS creates a new DWG file from the CAD data. The file is put in the same folder with the other project files and named using the project prefix.

Any CAD data in memory can be exported by right-clicking the CAD folder CAD Folder.svg in the Project Explorer and selecting the Export command. The DWG/DXF Filename dialog will appear. Either the DWG of DXF file types can be selected when saving CAD data. GMS objects must first be converted to CAD data before CAD data can be exported. To convert GMS data to CAD data, use the Convert To CAD command in the Display Menu.

Starting at GMS 9.0, multiple CAD files can be included in the project at once. GMS does not write to these files when the GMS project is saved, it merely links to the CAD files.

CAD Properties

The CAD Properties dialog displays data about the CAD file such as: path on disk, extents in xy, and file version. The dialog is reached by right-clicking on the CAD data item in the Project Explorer and selecting the Properties command.

Example of the CAD Properties dialog

See also