Navigation:  Configuration Examples >

CAD Export of Polygons with Attributes

Previous pageReturn to chapter overviewNext page

The cad export of polygons with attributes is nearly identical to the cad export of points with attributes. Additionally in GIS the X and Y coordinates must be calculated within the attribut table. The data type should be float. The option calculate geometry calculates the values within the attribute table.

Outlines will be displayed if an own task with the DxfEntity polyline is created. A task hatch shows the filling of the polygon.

_img140

 

_img141

 

_img142

 

The configuration is nearly identical like cad export of points with attributes. The commands CoordX and CoordY must be added in the xml file. The commands refer to the newly created fields X und Y. The result in this example is a block with an attribute and the outline from the polygon.

_img143