Author Topic: Leaders line Question  (Read 1908 times)

0 Members and 1 Guest are viewing this topic.

AVCAD

  • Guest
Leaders line Question
« on: June 29, 2004, 10:34:56 AM »
Does anyone have a routine that wilil change the leader lines back to bylayer for color in the Dimstyle settings??

Thanks for the help!

Slim©

  • Needs a day job
  • Posts: 6566
  • The Dude Abides...
Leaders line Question
« Reply #1 on: June 29, 2004, 10:49:43 AM »
Try this:

Code: [Select]
(defun C:LDR_BYL ()
(setvar "DIMCLRD" 256)
(princ)
);end defun C:LDR_BYL
I drink beer and I know things....

AVCAD

  • Guest
Leaders line Question
« Reply #2 on: June 29, 2004, 02:13:42 PM »
Thanks but..

I am looking to change the leaders that are already drawn on the sheet to bylayer. Instead of changing one and them matching properties.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Leaders line Question
« Reply #3 on: June 29, 2004, 02:37:03 PM »
Can't you use 'Quick Select' and use;
Properties = Color
Operator = <>Not Equal
Value = ByLayer
TheSwamp.org  (serving the CAD community since 2003)