salut pierre I learnd that the acad writer writes complex polygones such as donut polygones to an autocad block and names those blocks dynamically starting with 1: FMEBLOCK1, FMEBLOCK2, ... if you look at the resulting DXF with a text editor you see that DXF uses pairs of numbers: - the first number is a group code that describes the meaning of the following number. - the second number is the data. for block names, the group code is 2, followed by the block name I paste a few lines of an dxf where you can see the block names hope this helps urs ... 332 330 233 100 AcDbSymbolTableRecord 100 AcDbBlockTableRecord 2 FMEBLOCK1 0 BLOCK_RECORD 5 34B 330 233 100 AcDbSymbolTableRecord 100 AcDbBlockTableRecord 2 FMEBLOCK2 0 BLOCK_RECORD 5 354 330 233 100 AcDbSymbolTableRecord 100 AcDbBlockTableRecord 2 FMEBLOCK3 0 BLOCK_RECORD 5 35E 330 233 100 AcDbSymbolTableRecord 100 AcDbBlockTableRecord 2 FMEBLOCK4 0 BLOCK_RECORD 5 367 ...
________________________________ Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von MUCKENSTURM Pierre Gesendet: Dienstag, 15. Mai 2007 17:33 An: [email protected] Betreff: [fme] ACAD : effective name Hi, How do I get the effective name of a "dynamique" autocad_block ? I only have block_name attribute. Thanks in advance Pierre Muckensturm Service de gestion des Données Urbaines Direction Logistique et Moyens Généraux REIMSMetropole 36 rue de Mars 51100 REIMS FRANCE *** Unser Email-Content-Scanner hat einen unerlaubten Inhalt oder einen Virus in dem an Sie adressierten Email festgestellt. Der Virus oder unerlaubte Inhalt wurde aus dem Email entfernt. Stadt Chur, Amt für Telematik *** \HTML Active Content: Found invalid IMG Tag, Found Web-beacon, Object Removed: 1 'img'
