Skip to main content
Solved

Create AutoCAD block with Aggregator but maintain layer of individual features

  • January 29, 2018
  • 3 replies
  • 58 views

gerryjames
Contributor
Forum|alt.badge.img+2

I have created a workbench that transforms DGN cells to AutoCAD blocks. In this process I am trying to set a feature to the defpoints layer but when I aggregate to a block it puts all features on 0. Is there a way to keep that defpoints layer when aggregating?

Best answer by daveatsafe

Hi @gerryjames,

FME cannot currently create multi-layer blocks, and so defines the blocks on layer 0, so they can be placed on any layer in the DWG file.

I have created an enhancement request to add the ability to set the layer of the block component using geometry traits, instead of a feature attributes, which would allow you to create blocks with different components on different layers.

I will notify you as soon as this capability is available.

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.

3 replies

daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • Best Answer
  • February 16, 2018

Hi @gerryjames,

FME cannot currently create multi-layer blocks, and so defines the blocks on layer 0, so they can be placed on any layer in the DWG file.

I have created an enhancement request to add the ability to set the layer of the block component using geometry traits, instead of a feature attributes, which would allow you to create blocks with different components on different layers.

I will notify you as soon as this capability is available.


gerryjames
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 16, 2018

Thanks for the response. I look forward to any updates as this could be very useful to some of my clients.


gerryjames
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 16, 2018

Thanks for the response. I look forward these updates as they would be certainly helpful to some of my clients