The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Hurricane for AutoCAD
 Tips and Tricks
 How to Redefine MULTIPLE Blocks

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Attach a File

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tim_crouse 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.


The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.14 seconds. Snitz Forums 2000