01-18-2019
08:47 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
01-18-2019
08:47 AM
@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