Anonymous
486 Vistas, 7 Respuestas
03-02-2020
08:33 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-02-2020
08:33 AM
Autocad 2015 [dimension issues]
When i am dimensioning a drawing. every once in a while, the dimension sometimes isnt correct.
When i go into the dialog box for dimension round off. it should be always 0". but sometimes it changes on its own.
is there a fix.
03-02-2020
10:15 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-02-2020
10:15 AM
Nothing changes on its own in AutoCAD: you could be triggering an override dim variable with a button or lisp or add-on or third party tool most likely especially since this only "sometimes".
Since R2015 is not new at all, did something recently change or is there something special about the file(s) where this problem occurs?
Since R2015 is not new at all, did something recently change or is there something special about the file(s) where this problem occurs?
03-02-2020
10:30 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-02-2020
10:30 AM
Then you are somehow either triggering a dim override or there is an override in place when you start dimensioning.
Next time it happens, start DIMSTYLE command and see if your active DIMSTYLE has a sub-entry for an override below it.
Next time it happens, start DIMSTYLE command and see if your active DIMSTYLE has a sub-entry for an override below it.
03-02-2020
11:04 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-02-2020
11:04 AM
i never touch anything for dimstyle. it changes on its own.
I had to send the attachment to a vendor to use. i have marked up where the problem has always been for 5 years.
I dont even use the override ever.
03-02-2020
11:15 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-02-2020
11:15 AM
That's DIMRND variable, it never changes on its own, you're just not catching it when it changes somewhere/sometime.
You can always create a startup LISP to always ensure it is always set the way you want regardless of which DWG file you open like this tutorial explains https://blogs.autodesk.com/autocad/create-load-startup-lisp-routine/
You can always create a startup LISP to always ensure it is always set the way you want regardless of which DWG file you open like this tutorial explains https://blogs.autodesk.com/autocad/create-load-startup-lisp-routine/
Anonymous
en respuesta a:
Anonymous
03-03-2020
05:47 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-03-2020
05:47 AM
I'm not sure if your understanding the problem.
Dimensioning starts fine. but at sometime during the dimensioning of the drawing Autocad changes the "ROUNDOFF" from 0" to something else without me knowing. I would have to check it everytime i dimension.
I never change the roundoff.
03-03-2020
05:58 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-03-2020
05:58 AM
I don't think you quite understand that nothing in AutoCAD changes by itself on its own.
And I cannot help you find it since I do not work on your PC.
You either need to pay very close attention to identify when it changed then trace your steps back to find the trigger, or you need to actively and always ensure it is set the way you want with customizing.
HTH
And I cannot help you find it since I do not work on your PC.
You either need to pay very close attention to identify when it changed then trace your steps back to find the trigger, or you need to actively and always ensure it is set the way you want with customizing.
HTH