10-23-2018
07:24 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
10-23-2018
07:24 AM
@Anonymous wrote:
..... Essentially I can no longer edit the block. It just keeps asking for a name to edit. The name, as you can see from the screen shot is random and this block name is also not one that I can insert.
....
That's an anonymous Block, involving something variable such as Parameters. To find out the underlying Block name, so you can choose it in BEDIT or INSERT, put this in at the command line:
(vla-get-EffectiveName (vlax-ename->vla-object (car (entsel))))
and pick on the Block.
Kent Cooper, AIA