Skip to main content
Solved

Create a New AutoCAD Layer

  • September 19, 2017
  • 2 replies
  • 95 views

Forum|alt.badge.img

I want to create a new autocad layer (aka fme_feature_type) and add it to an existing drawing with a specific layer color property. Any ideas?

Best answer by danilo_fme

Hi @mrmartinstreet,

I created a Workspace where i read a DWG file and filter just a line.

With the transformer AttributeCreator i set values:

fme_feature_type and autocad_color

On Writer DWG i set the Layer Name = fme_feature_type:

Thanks, - acad2acad.fmw

Danilo

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.

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • Best Answer
  • September 19, 2017

Hi @mrmartinstreet,

I created a Workspace where i read a DWG file and filter just a line.

With the transformer AttributeCreator i set values:

fme_feature_type and autocad_color

On Writer DWG i set the Layer Name = fme_feature_type:

Thanks, - acad2acad.fmw

Danilo


Forum|alt.badge.img

Thanks @danilo_inovacao!