10-25-2015
08:09 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
10-25-2015
08:09 AM
@mathewkol wrote:
If you start using the MLEADER command instead, that LISP could be modified to put it on the correct layer. MLEADERs contain both the text and the leader as one object so you don't have to do any weird coding.
Otherwise, a similar reactive lisp could be created to temporarily change layer when your qleader command is invoked then switched back when it's finished.
I tried changing the (member (cdr (assoc 0 entl)) (list "DIMENSION" "LEADER")) line to (member (cdr (assoc 0 entl)) (list "DIMENSION" "MLEADER")) and it didn't put the MLeader on the Dimension layer. What did I miss?
~Nancy