tim_crouse
New Member
USA
12 Posts |
Posted - July 30 2022 : 06:21:27 AM
|
Here is the script No space or return allowed after ZOOM E
*********************************************** ;;REDEFINE A BLOCK ;; EDIT "yourblockname=" TO SUIT ;; You can add a path to the blockname ;; Or place the block in a support path directory ;; = denotes olld name = new name go find outside current drawing, ;; path or support search directory ;; Y denotes redefine ;; Command statement bypasses insert and scale prompts ;; See acad INSERT Help at command line, See -INSERT info in this help dialog ;; ZOOM E required or any similar command to re-initiate the script flow ;; As the command \e stops script action -INSERT "CN_Proj Note Icon=" Y (COMMAND \e "RESUME") -INSERT "CN_Key Note Icon=" Y (COMMAND \e "RESUME") -INSERT "CN_Part Bubble Icon=" Y (COMMAND \e "RESUME") ZOOM E;; remember no space or return ALSO remove this comment
************************************************ to get a queue of drawings to work enable SDI mode on the Hurricane Script settings tab.
You will know this are working correctly when you see a system variable message at the command line when it stops at the last file in the que.
|
Tim C. Sent From My TI-84+ |
|