Skip to main content
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
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

Reply