if you try to write aggregates in AutoCAD you'll get block, which is kind of unwieldly, especially if you need to modify geometries in AutoCAD.
As it looks like groups can't be written (only read) using FME.
I'd like to ask you, what are your experiences with this. Are there some other workarounds...
Thanks in advance,
Želimir
Best answer by fmelizard
If you want to see FME support writing groups you can vote on this idea
If you have polygons which are getting turned in to aggregates consider using converting them to MPolygons with the DWGStyler. This will at least keep the aggregated areas together.
If you have multiple geometry/entity types in your aggregate then it could be worth deaggregating these and then writing them all on a unique layer per aggregate.
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 want to see FME support writing groups you can vote on this idea
If you have polygons which are getting turned in to aggregates consider using converting them to MPolygons with the DWGStyler. This will at least keep the aggregated areas together.
If you have multiple geometry/entity types in your aggregate then it could be worth deaggregating these and then writing them all on a unique layer per aggregate.
If you want to see FME support writing groups you can vote on this idea
If you have polygons which are getting turned in to aggregates consider using converting them to MPolygons with the DWGStyler. This will at least keep the aggregated areas together.
If you have multiple geometry/entity types in your aggregate then it could be worth deaggregating these and then writing them all on a unique layer per aggregate.
They also can't be modified easily... I think it is best it can get for now.