Skip to main content
Solved

Transform a 3D polyline to a normal polyline

  • April 1, 2015
  • 4 replies
  • 393 views

ahmad_saleh
Forum|alt.badge.img
Hello All,

 

 

I couldn’t figure out how to transform a 3D polyline to a normal polyline in AutoCAD using FME, I have tried the 2d forcer but this command only removes the Z value  without changing the type of line in AutoCAD, please have a look at the following screenshots.

 

 

The input Autocad file

 

 

 

the Output "Result file"

 

 

 

I need the result file to be like the following screen shot is it possible to do in FME ?

 

 

Many thanks,

 

Ahmad

 

 

 

Best answer by david_r

Hi,

 

 

try an AttributeCreator:

 

 

 

 

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

4 replies

endest
Contributor
Forum|alt.badge.img+1
  • Contributor
  • 23 replies
  • April 2, 2015
Set the value of "autocad_original_entity_type" attribute to "autocad_lwpolyline"

ahmad_saleh
Forum|alt.badge.img
  • Author
  • 23 replies
  • April 2, 2015
Hi Endest,

 

 

Could you please elaborate more, how to do this?

 

And if it’s possible please provide a screenshot

 

 

Thanks,

 

Ahmad

 

 

david_r
Celebrity
  • 8391 replies
  • Best Answer
  • April 2, 2015
Hi,

 

 

try an AttributeCreator:

 

 

 

 

David

ahmad_saleh
Forum|alt.badge.img
  • Author
  • 23 replies
  • April 2, 2015
Many thanks David and Endest,

 

It worked fine now, the 3D PloyLines was transform to polyline using AttributeCreator

 

 

Best Regards,

 

Ahmad