Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

thaw all layers with New VP Freeze

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
dtiemeyer
852 Views, 2 Replies

thaw all layers with New VP Freeze

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!
2 REPLIES 2
Message 2 of 3
scot-65
in reply to: dtiemeyer

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.


Message 3 of 3
dtiemeyer
in reply to: scot-65

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!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report