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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
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.
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.