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

View objects scaled down upon insertion

1 REPLY 1
Reply
Message 1 of 2
vbecerra
118 Views, 1 Reply

View objects scaled down upon insertion

Hi, I have a lisp routine that inserts a block and scales it by dividing the dimscale by 96. Is there something I can throw in there (the lisp routine) to view the block scaled down BEFORE I pick an insertion point so that I have a better idea of where to place it? Any input is greatly appreciated.
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: vbecerra

Use the "S" option of the insert command prior to
choosing the insertion point

Where SF is your calculated scale factor,
then

 

(command "insert" "yourblockname" "s"
sf).....

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi,
I have a lisp routine that inserts a block and scales it by dividing the
dimscale by 96. Is there something I can throw in there (the lisp routine) to
view the block scaled down BEFORE I pick an insertion point so that I have a
better idea of where to place it? Any input is greatly
appreciated.

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

Post to forums  

Autodesk Design & Make Report

”Boost