Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Moshe-A
en respuesta a: oiverson

@oiverson hi,

 

AutoCAD has ATTEXT command (since attributes block was introduced AutoCAD ver 1 or maybe 2) that can extract attributes blocks and in addition to block name,coordinates,scale,rotation,attributes you can specify the block handel  BL:HANDEL and block level BL:LEVEL which is the block nesting level.

parent block is nesting level 1 a nested (in one) is nesting level 2 and so on....see this link ATTEXT

and if attext find a nested block it will extract it's coordinates but in WCS.

 

note again: attext will work only if you have attribute blocks (so if yours blocks doesn't have attributes you can still run it if you add an invisibile dummy attribute)

 

does this help?

 

moshe