Trying to do this for a button. Can it be done?
Thanks,
Trying to do this for a button. Can it be done?
Thanks,
Sure use VPLAYER and (getvar "CLAYER")
"San'dy" <someone@somewhere.now> wrote in message
news:41c86350$1_1@newsprd01...
Trying to do this for a button. Can it be done?
Thanks,
I will look into that. But, I was not clear. I need to thaw a specific layer
(defpoints) in the current viewport, but that VP is not "active". Meaning I
will be in PS and have no VP's active as in double clicking in them. I hope
I am being clear.
Thanks,
"San'dy" <someone@somewhere.now> wrote in message
news:41c86350$1_1@newsprd01...
Trying to do this for a button. Can it be done?
Thanks,
If it is always defpoints then
(command "_.vplayer" "_t" "defpoints" "" "")
Tim
Now you're not being clear. If a viewport is "current" then it's also
"active." In either case, the VPLAYER command is what you're looking for.
___
"San'dy" <someone@somewhere.now> wrote in message
news:41c86927$1_3@newsprd01...
I will look into that. But, I was not clear. I need to thaw a specific
layer (defpoints) in the current viewport, but that VP is not "active".
Ok, when I used the term current I meant as in the layer manager column
"current VP".
"Paul Turvill" <nospam@turvill.com> wrote in message
news:41c86f44_3@newsprd01...
Now you're not being clear. If a viewport is "current" then it's also
"active." In either case, the VPLAYER command is what you're looking for.
___
"San'dy" <someone@somewhere.now> wrote in message
news:41c86927$1_3@newsprd01...
I will look into that. But, I was not clear. I need to thaw a specific
layer (defpoints) in the current viewport, but that VP is not "active".
That only seems to work if the VP that defpoints is frozen in is active
(double click). If I am in PS and no Vp's are active no, it does not thaw
the layer in the "current VP" column of the layer manager.
Thanks,
"T.Willey" <nospam@address.withheld> wrote in message
news:21446562.1103654400191.JavaMail.jive@jiveforu m2.autodesk.com...
If it is always defpoints then
(command "_.vplayer" "_t" "defpoints" "" "")
Tim
Code:(command ".vplayer" "_T" "DEFPOINTS" "_S" (ssget '((0 . "VIEWPORT"))) "" "")
Make Object Layer Current
make object layer current