Change Default Unit Precision When Opening File

Change Default Unit Precision When Opening File

Anonymous
Not applicable
521 Views
2 Replies
Message 1 of 3

Change Default Unit Precision When Opening File

Anonymous
Not applicable

Hello,

 

Is there a way to change the default unit precision when a file is opened?

 

At my job, the designers use SolidWorks and when they export .dxf files for me to QC, the unit precision is set to 0.00. I would like to be able to automatically change this to 0.0000 when I open the provided files.

 

Right now I use an AutoHotkey script to do this, but a built-in (or lisp) solution would be ideal.

 

Thanks for your time.

0 Likes
Accepted solutions (1)
522 Views
2 Replies
Replies (2)
Message 2 of 3

ВeekeeCZ
Consultant
Consultant
Accepted solution

(setvar 'luprec 4)

Angular precision too? (setvar 'auprec 4)

 

create a acaddoc.lsp txt file with the line above and save to the Support folder to be at seachable pathes. 

Also can look HERE 

Message 3 of 3

Anonymous
Not applicable

That's perfect! Thank you.

0 Likes