Skip to main content
Solved

attributes based styling

  • April 20, 2015
  • 1 reply
  • 10 views

Hi I am trying to convert shapefiles to DXF.

 

I have a CAD template file (.DWT) which contain definitions for linetypes.

 

However I need to specify a linetype based on an attribute.

 

 

I am using the DWGStyler in FME. Is there any way to set a particular linetype based on the feature subtype.

Best answer by pratap

Hi,

 

 

autocad_linetype attribute has to enabled on writer as well as it should be defined with line style based on feature subtype.

 

 

Pratap
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.

1 reply

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • April 21, 2015
Hi,

 

 

autocad_linetype attribute has to enabled on writer as well as it should be defined with line style based on feature subtype.

 

 

Pratap