Variable Name?: Scale objects inserted from other drawings.

Variable Name?: Scale objects inserted from other drawings.

mdhutchinson
Advisor Advisor
855 Views
2 Replies
Message 1 of 3

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
856 Views
2 Replies
Replies (2)
Message 2 of 3

Ranjit_Singh
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
Message 3 of 3

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