wBlock different input order

wBlock different input order

kevinponcioni
Observer Observer
350 Views
4 Replies
Message 1 of 5

wBlock different input order

kevinponcioni
Observer
Observer

I have a script that among other things, saves a block as dxf. The problem is that despite all PCs having the same AutoCad version, it doesn't work on some of them because it asks "draw precision" before "base point", while in others it asks "base point" first.

So my script is interrupted at that step in half the pcs.

I couldn't find any settings to chage that. Is there one? Is it some other difference?

0 Likes
351 Views
4 Replies
Replies (4)
Message 2 of 5

imadHabash
Mentor
Mentor

Hi and Welcome to AutoCAD Forum,

"draw precision"  ... Would you confirm this term?

Imad Habash

EESignature

0 Likes
Message 3 of 5

kevinponcioni
Observer
Observer

Sorry I have Autocad in another language. What I meant with "draw precision" is "number of decimal places between 0 and 16"

0 Likes
Message 4 of 5

pendean
Community Legend
Community Legend

@kevinponcioni wrote:

I have a script that among other things, saves a block as dxf. 

So my script is interrupted at that step in half the pcs.

I couldn't find any settings to chage that. Is there one? Is it some other difference?


Why not share this script that creates this error for some users here for review and feedback?

Message 5 of 5

Sea-Haven
Mentor
Mentor

To work out which variable may be different this is what I do, LOGFILEON this turns on make a logfile of what appears next, SETVAR ? * press enter etc till end, LOGFILEOFF.

 

The log file is saved as a default you need to find the path, mine is redefined, do CONFIG FILES Logfile you will see path.

 

Ok now I use Notepad++it has a compare function so can compare the 2 logfiles from the 2 different pc's. It highlites differences. Can hopefully find the variables needing to be pre set. If no Notepad ++ just open with notepad and scroll.

0 Likes