Skip to main content

I Have a dwg file. I need split that into multiple dwg based on the used autocad layer.

use Fanout option in writer. Use the attribute autocad_layer in format attributes of DWG reader


use Fanout option in writer. Use the attribute autocad_layer in format attributes of DWG reader

hi thanks for the reply. but the output data stored only file format. its not take dwg format automatically


hi thanks for the reply. but the output data stored only file format. its not take dwg format automatically

If you create a new attribute by joining the autocad_layer with .dwg and fanout on that the output should be as you require


If you create a new attribute by joining the autocad_layer with .dwg and fanout on that the output should be as you require

sorry. i cant understand what you told.can you send any example


sorry. i cant understand what you told.can you send any example

Hi @kathir,

There are some examples in the documentation for Setting Feature Type Fanouts, and a downloadable workspace template example in our Fanout article. Hope that helps!


Reply