GMS:Importing/Exporting CAD Data: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Importing==
==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.
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.
 
{|- class="wikitable"
|-
!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==
==Exporting==
Line 6: Line 17:
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.
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 in the Project Explorer and selecting the '''''Export''''' command.  The ''DWG/DXF Filename'' dialog will appear, and you can select either the DWG of DXF file types to save the 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 [[GMS:CAD Options|'''''Convert To CAD''''']] command in the ''Display'' Menu.
Any CAD data in memory can be exported by right-clicking the CAD folder [[File:CAD Folder.svg|16 px]] 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 [[GMS:CAD Options|'''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.


{{Template:Version GMS 9.0}}
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==
==CAD Properties==
The CAD Properties dialog displays data about the CAD file such as: path on disk, extents in xy, and file version.
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.
[[File:CAD Properties.png|thumb|none|280 px|Example of the ''CAD Properties'' dialog]]
[[Category:GMS Dialogs|I]]


==See also==
==See also==
Line 20: Line 31:


{{Navbox GMS}}
{{Navbox GMS}}
[[Category:Importing Data]]
[[Category:Importing Data|CAD]]
[[Category:CAD]]
[[Category:Exporting Data|CAD]]

Latest revision as of 21:40, 2 April 2021

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