• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

accuracy definition arches with autocad 2010

  • Thread starter Thread starter Davide 80
  • Start date Start date

Davide 80

Guest
a greeting to all,
I have a problem with accuracy arches, imposed the value for example to 10000 to correctly view the curves, and I visualize everything correctly but only in that file because but as soon as I open another design the value always returns to the default one of 100.
with the creation of a new design I solved by creating a .dwt with my settings, but it is impossible that every drawing in archive that I open always have to reset the accuracy bows the old dear 2007 you did it once and the value kept it always both that you created a new design and if you opened one already made
Do you have any advice?
 
ok thanks to the advice now I put myself to translate and see if I understand how to use it and how to create a .lsp file, this function I did not know at all
if I need to bother you again
Thanks again
 
a greeting to all,

Do you have any advice?
whiparc

type: whole
saved in: register
initial value: 0
check the accuracy of visualization of arches and circles.
0
circles and arches are not smoothed, but are displayed as a series of vectors
1
circles and arches are smoothed, displayed as circles and real arches
 
the variable viewris is stored only in the file, from what I remember was so also in the versions before 2010.

you can set the value of this variable for all drawings in this way:
http://www.cad3d.it/forum1/showthread.php?6534-caricare-funzioni-in-automatico-all-avvio-di-autocad
for the moment I figured out how to add a file lisp to automatic loading at the start of the cad, but to create the lisp with the value of the viewris I don't understand what to write to us
 
for the moment I figured out how to add a file lisp to automatic loading at the start of the cad, but to create the lisp with the value of the viewris I don't understand what to write to us
read above the variable indicated by tir, of which I forgot.
 
I read and tried to set the value to 1 as indicated and goes a little better but some arches I talk about the 2d are always segmented and as soon as I change the value in the viewris it settles for this if I can try the indicated road of the lisp
 
if you want to set it up with the autolisp:
- create a file called acaddoc.lsp and put it in the autocad folder
- within it write the following instruction with a value, for example, of 10000:
(command "_viewres" "_y" 10000)
Hi.
 
if you want to set it up with the autolisp:
- create a file called acaddoc.lsp and put it in the autocad folder
- within it write the following instruction with a value, for example, of 10000:
(command "_viewres" "_y" 10000)
Hi.
I just tried, it works perfectly and it was what I wanted thanks so much for the help and for writing me the command of the lisp
Thanks again
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top