CAD Export of Lines with Texts

The export of texts that label line features is possible via the DxfEntity Type Text is possible. If the lines are also to be displayed in CAD, a second Task Polyline must be defined. It is not necessary to define blocks. However, layers can be defined and addressed in the configuration.

_img54

 

_img55

 

In the configuration, in addition to passing the line feature class, the text from it is passed. The text field is defined in the configuration in the Properties Text directly in the configuration. If the field were empty, the default value 0 would be written to the line. The layer test line and LineBlock are created in this example because they have not yet been defined in the header. An offset of 2 in X and Y direction was specified for the text. The size of the text was estimated at 5. The unit for both values is the drawing unit set in the header file.

_img56

 

 

_img57