Author Topic: Leader [vertical text]  (Read 4000 times)

0 Members and 1 Guest are viewing this topic.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Leader [vertical text]
« on: January 29, 2004, 09:15:32 AM »
Looking at the attached image, does anyone know how to make the standard leader use vertical text?

TheSwamp.org  (serving the CAD community since 2003)

hendie

  • Guest
Leader [vertical text]
« Reply #1 on: January 29, 2004, 09:17:07 AM »
rotate your monitor through 90 °   ?

hyposmurf

  • Guest
Leader [vertical text]
« Reply #2 on: January 29, 2004, 09:26:51 AM »
Not what you exactly looking for but you could just create a quick leader horizontally and rotate the lot.There doesnt appear to be anything in the settings for horizontal text.

Dent Cermak

  • Guest
Leader [vertical text]
« Reply #3 on: January 29, 2004, 09:55:16 AM »
You have heard my tales of woe about not being able to use my LDD3 yet, so I am no expert on the newer AutoCAD by any means. BUT, what happens when you go to "DIMSTYLE" , to the style manager, select the "text" tab, go down to the "Text Placement" block, and set the vertical window to "above"?? That sounds too simple to work though.

Never mind. I just tried that and it didn't work. The only way I have found to do it so far is to set the leader and text at 0 degrees and then rotate them both 90 degrees. Not a good answer. Give Keith a minute and he will have you a lisp thingie.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Leader [vertical text]
« Reply #4 on: January 29, 2004, 10:21:42 AM »
Code: [Select]
^C^Cdview;;tw;-90;;_ucs;w;_ucs;z;90;_qleader;^C^C-view;top; :)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Leader [vertical text]
« Reply #5 on: January 29, 2004, 10:11:32 PM »
well, since CAB beat me to it, I let it ride for a while, but how is thisfor a slight improvement...

put this in a button
Code: [Select]
^C^C_ucs;z;90;_qleader;^C^C_ucs;z;-90

Now the entire view does not rotate, only the UCS,  then it rights itself back to the same exact look as before the ucs change.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Leader [vertical text]
« Reply #6 on: January 30, 2004, 05:06:06 AM »
Thanks I'll give those try.
TheSwamp.org  (serving the CAD community since 2003)

Odon

  • Guest
Leader [vertical text]
« Reply #7 on: January 30, 2004, 10:12:39 AM »
You could create a new dimension style and suppress dim line 2 and both extension lines.  Use linear to place the dimension (leader).

Odon
 :)