Hi,
As stated
here, you can use fme attributes or the dwg styler for that.
Hope this helps.
Hi Itay,
Thanks for responding.
Actually I need to clarify that I am not trying to create any block instances (block inserts) in the output but actual block definitions (block) based on my xls input file.
Everything works well and the resulting file has all the block definitons created as desired except for their names. The names test_ACAD_1_FMEBLOCKn where n is 1 to as many blocks created. Looking to see how I can force the names (coming from input field blockname).
Thanks
Hi,
Are you by anychance trying the write to a RealDWG? otherwise the
use_block_name_for_creation writer paramter might be of use (never tried it myself)
Hope this helps
Hi Itay,
Your last advice was not the solution but was useful as it forced me to search again in the doc for the right solution.
All I had to do is set under Tools->Parameters:
"Use the block name to create blocks to" : "Yes" (was set to no).
That did the job.
Now my next step. Define attributes as block definitions are created.
Hi Itay,
I could no find my any answers to my search using the dwg styler.
In the output I want to create block definitions with attributes.Instances (inserts) come out ok with Atributes coming from FME.
When I open the dwg in Autocad and insert a generated block definition there are no attributes defined on the block.
Not sure how to accomplish that.
JM
Hi JM,
I gues that you mean inserting extended entity data on the autocad features, have set the
wirter to allow for that?
If you did could it be that it is not delivered in a way that FME can interpreted it as extended data?
...The AutoCAD writer understands both the list format and the interpreted format....