thaw all layers with New VP Freeze

thaw all layers with New VP Freeze

dtiemeyer
Advisor Advisor
995 Views
2 Replies
Message 1 of 3

thaw all layers with New VP Freeze

dtiemeyer
Advisor
Advisor

There are 2 commands that when typed in manually, seem to change all layers in the drawing which have 'New VP Freeze' set to 'Freeze', these commands change them to 'Thawed' which is what I want. 

I've tried the following four items (separately) in my master LISP routine, and each reports back 'Unknown Command' when run via lisp.  HELP!

 

(command "._THAWALLNEWVPFREEZE")

(command "THAWALLNEWVPFREEZE")

(command "._NEWVPFREEZE")

(command "NEWVPFREEZE")

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes
Accepted solutions (1)
996 Views
2 Replies
Replies (2)
Message 2 of 3

scot-65
Advisor
Advisor
Accepted solution
Assuming there is a custom LISP program where the opening line reads:
"(defun c:NEWVPFREEZE..."
This is not a native AutoCAD command and is invoked this way
(c:NEWVPFREEZE) from within another LISP routine.

Macro line inside the CUI as well as the keyboard is the "manual" way.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
Message 3 of 3

dtiemeyer
Advisor
Advisor

actually using  (c:NEWVPFREEZE) was the answer I was needed. Cheers!

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes