Question

DWG - Block to polyline

  • 16 January 2019
  • 2 replies
  • 89 views

Badge +6

I´m extrating data from Postgis to DWG. And I´m using template file, but my lines in DWG output are Block. I would like line as polyline. How I can solve this?

 

Thank´s


2 replies

Userlevel 2
Badge +17

Hi @mr_fme,

If you have User Attributes defined in your DWG feature types, and the writer Attribute Output is set to Inserts, FME will convert all the output features to blocks in order to store the attributes on them. You can change the Attribute Output to Extended Entity Data to prevent this.

FME will also write any aggregate features to DWG as blocks. Using a Deaggregator on the features before writing will prevent this.

Badge +6

Hi @mr_fme,

If you have User Attributes defined in your DWG feature types, and the writer Attribute Output is set to Inserts, FME will convert all the output features to blocks in order to store the attributes on them. You can change the Attribute Output to Extended Entity Data to prevent this.

FME will also write any aggregate features to DWG as blocks. Using a Deaggregator on the features before writing will prevent this.

Hi @DaveAtSafe,

Work´s properly now. Thank´s

Reply