Author Topic: Dim setting for placing text  (Read 1336 times)

0 Members and 1 Guest are viewing this topic.

PHX cadie

  • Water Moccasin
  • Posts: 1902
Dim setting for placing text
« on: April 18, 2007, 08:59:55 PM »
My memory is failing:

I'm on a dwg that came from a figure that someone did and they changed a dim setting that I can not remember.
What is happening is when placing a dimension, I pick the 2 points, then the third pick is where it places the text. Then I rt clk and place the text to the "home postion". Its not dimaso, my favorite (  :lmao: ) the dims are intact, not as though exploded.

What's the dim variable to set the text to its home position?

Thanks !
Acad 2013 and XM
Back when High Tech meant you had an adjustable triangle

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: Dim setting for placing text
« Reply #1 on: April 18, 2007, 09:15:53 PM »
I believe this is it.  (up to R2005) and later maybe.

DIMUPT
System Variable   

Type:  Switch
Saved in:  Drawing
Initial value:  Off

Controls options for user-positioned text.

Off
 Cursor controls only the dimension line location
 
On
 Cursor controls both the text position and the dimension line location
 
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

dan19936

  • Guest
Re: Dim setting for placing text
« Reply #2 on: April 18, 2007, 09:31:23 PM »
To change dimensions that are not at the home position (manually moved)

Command DIM1 > HOME > (select objects)

To control dimension styles with leader or no leader on text position, try DIMTMOVE.

Dan

PHX cadie

  • Water Moccasin
  • Posts: 1902
Re: Dim setting for placing text
« Reply #3 on: April 18, 2007, 09:37:31 PM »
DIMUPT

That's the ticket, thanks!   :-)

I must be gettin old dimupt doesn't even sound familiar

Thanks to dan also, Ill try that also, just came back from dimupt
Acad 2013 and XM
Back when High Tech meant you had an adjustable triangle

adalea03

  • Guest
Re: Dim setting for placing text
« Reply #4 on: April 19, 2007, 07:46:44 AM »
I use a litte routine to do a quick fix:

(defun c:ht ()
  (command "_dimedit" "h" "\\"))


Tony.