Command Window
- Last UpdatedJan 06, 2026
- 1 minute read
To export models into files the user must be in one of the Design modules.
If the models being exported are large, then it will be a lot quicker to output the files by entering the device tty mode rather than the graphics mode of the Design module. The Export commands can be stored in a macro file.
For example, use the following commands to export the equipments and the pipes in STEP format:
|
repre level 6 |
Set drawing representation level |
|
repre level pipe 6 |
Set drawing representation level for pipes |
|
repre level nozz 6 |
Set drawing representation level for nozzles. |
|
repre level stru 6 |
Set drawing representation level for structures. |
|
export system /explantmcad |
Load the export driver. |
|
export file /c:\ExportedModels |
Specify the target directory for the exported files. |
|
export /EQUIP |
Select names of the elements that are to be exported. |
|
export /PIPES |
Select names of the elements that are to be exported. |
|
export finish |
Do the export of the selected elements |
To export to a single STEP file, the user must specify a full filename instead of a directory name:
For example:
export file /c:\AVEVA\Export\piperack001.stp
The naming of the exported items will be unique.
Note: It is not possible to create a multi-leveled assembly hierarchy within a single STEP file.