- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
LAYLOCKFADECTL is not XDWGFADECTL, but ok - the "handling" is the same, just for two different things (locked layer vs. XRef content)
The difference is: For LAYLOCKFADECTL there is a toggle ON/OFF in the ootb AutoCAD standard cuix/workspace
in LAYER panel // ID_RBN_TOGGLEBTN_LOCKEDLAYERFADING, and for XDWGFADECTL => not.
For both are predefined cuix-commands available, but not in use.
@ CADffm - I have to correct you!
@cadffm wrote:
and so far i know, no ON/OFF toggle ootb.*
...
DIESEL
'XDWGFADECTL;$M=$(*,-1,$(getvar,XDWGFADECTL))or in Lisp
(setvar 'XDWGFADECTL (* -1 (getvar 'XDWGFADECTL)))
* That's not right. There is a pre-defined cuix-commands to XDWGFADECTL
ID_XDwgFadingToggle '_setvar;XDWGFADECTL;$M=$(-,0,$(getvar,XDWGFADECTL))
But this one and also ID_LockedLayerFadingToggle for LayLockedFadeToggle are not in use,
only ready to use for customizing.
Sebastian