Skip to main content
Solved

Autocad blocks from multipatch shape file

  • April 13, 2015
  • 1 reply
  • 18 views

Hello,

 

 

I am trying to convert a multipatch shape file to a DXF creating a block for each feature using one of the attributes as the block name. It seems that the DWGstyler only works for points. How can i proceed using 3d geometry?

 

 

Thanks in advance for your help.

 

 

Giuseppe

Best answer by pratap

Hi,

 

 

To create the blocks in autocad 2 FME attributes are requird along with coordinates along with template file with block defined...

 

 

1. autocad_block_name = (Block Name)

 

2. autocad_entity = autocad_insert (Constant)

 

 

Change your attribute names as required. Hope this works...

 

 

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 14, 2015
Hi,

 

 

To create the blocks in autocad 2 FME attributes are requird along with coordinates along with template file with block defined...

 

 

1. autocad_block_name = (Block Name)

 

2. autocad_entity = autocad_insert (Constant)

 

 

Change your attribute names as required. Hope this works...

 

 

Pratap