Variable Name?: Scale objects inserted from other drawings.

mdhutchinson
Advisor
Advisor

Variable Name?: Scale objects inserted from other drawings.

mdhutchinson
Advisor
Advisor

'Scale Objects Inserted From Other Drawings'

 

What System Variable is this?  I can't seem to find it.

 

 

2017-02-14_8-20-38.png

0 Likes
Reply
823 Views
2 Replies
Replies (2)

Ranjit_Singh2
Advisor
Advisor

@mdhutchinson wrote:

'Scale Objects Inserted From Other Drawings'

 

What System Variable is this?  I can't seem to find it.

 ..................


@mdhutchinson It's stored in the registry. You can access it using

(vl-registry-read (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert")

and overwrite it

(vl-registry-write (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert" 1)

0 - unchecked 1 - checked

I am not sure if plain AutoCAD has this setting. It shows up on my Civil 3D though.

0 Likes

john.uhden
Mentor
Mentor

Yes, I am but an old f@rt running vanilla 2002, but...


error: no function definition: VLAX-MACHINE-PRODUCT-KEY

John F. Uhden

0 Likes