Process 2D Entities
- Last UpdatedAug 26, 2024
- 1 minute read
By default, the Gateway processes the 2D entities in a 3D model as objects.
If you do not want to extract any specific type of 2D graphics, you can use the following base mapping to remove it from the output model. You can use the Remove feature, as shown in the following example:
<Object>
<Conditions>
<Attribute name="autocad type" pattern="Polyline" />
</Conditions>
<Remove />
</Object>
The full domain of "autocad type" 2D entities contains the following:
-
Circle
-
Arch
-
Hatch
-
MText
-
Line
-
Polyline
-
Text