Import/Replace with Raw IMPORT Command Syntax
- Last UpdatedMay 24, 2024
- 1 minute read
"IMPORT OPTION"
Command syntax to configure Replace options.
IMP OPTION | GEOMETRY | |ON|
Compares the geometries of the IFC entities identified for replacement.
IMP OPTION | POSITION | |ON|
Compares the positions of the IFC entities identified for replacement.
IMP OPTION | PROPERTY | |ON|
Compares the properties of the IFC entities identified for replacement.
IMP OPTION | RESET|
Resets the Import option.
IMP OPTION | REPLACE| |OFF|
Turns off the Replace behavior. The IFC import is treated as a fresh import and no replace operations are performed.
Examples
This example gives the command syntax for import of an IFC model without Import/Replace behavior:
IMP OPTION | 'RESET'|
IMP OPTION | REPLACE| |OFF|
IMP IFC | <Ifc File Path> TO CE
This example gives the command syntax for an IFC import with Import/Replace behavior:
IMP OPTION | 'RESET'|
IMP OPTION | GEOMETRY | |ON|
IMP OPTION | POSITION | |ON|
IMP OPTION | PROPERTY | |ON|
IMP IFC | <Ifc File Path> TO CE
This example gives the command syntax for an IFC import with Import/Replace enabled but with only the Geometry and Position comparisons:
IMP OPTION | 'RESET'|
IMP OPTION | GEOMETRY | |ON|
IMP OPTION | POSITION | |ON|
IMP IFC | <Ifc File Path> TO CE