×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Leader Customization

Leader Customization

Leader Customization

(OP)
I have a number of common text statements that I use when I start a drawing. (1" x 2" STRUCT TUBING, 2" x 2" STRUCT TUBING, 1" x 1" ANGLE IRON) etc. One file may contain several frame drawings that use these over and over. When I do start a drawing, I begin placing these and use ctrl + c to copy 1" x 2" STRUCT TUBING and ctrl + v to paste it when I start the leader command, to try to speed up the process. I am aware of the options under the leader command, settings that include; Block Reference, Reuse next, Reuse current. I am looking for something that is quick.
Is there a LISP routine, or other method that I can use like the clip board that will hold each one of these text statements so I can use ctrl + what ever letter command to insert them into the leader mtext dialog box?

Thanks for any help. Any suggestions would be appreciated.

I just found this forum a few weeks ago and enjoy it. Thanks for everyones input.

Charles S. Parnell
Southern Store Fixtures

RE: Leader Customization

Dear cparnell

Method 1: Using Toolbuttons.
1- Enter the command TOOLBAR.
2- Activate the "Command" tab and create a new
   button (User defined button).
3- Click on new created button to activate the
   "Button Properties" tab.
4- Enter the below expression in th field "Macro
   associated with this button".

   ^C^C(command "QLEADER" pause pause "" "" "Farzad" "")

   Replace the string "Farzad" with the required
   string.
5- Click on the "Apply" button.
6- Click on "Close" button.

The new created button does what you want.

Method 2: Using Shortcut Keys.
1- Open the file ACAD.MNS in AutoCAD "Support"
   folder, using a text editor.
2- Find the ACCELERATORS section in the file.
3- Enter the following expression below the
   ACCELERATORS.

   [CONTROL+"Q"]^C^C(command "QLEADER" pause pause "" "" "Farzad" "")

   Replace the string "Farzad" with the required
   string.
4- Save the file.
5- Activate the AutoCAD environment.
6- Enter the command "MENULOAD".
7- In dialog box select the option "Replace All".
8- Using the "Browse" button, select the file
   ACAD.MNS .
9- Click on "Load" button.
10- Click on "Close" button.

Now the shortcut key "Ctrl+Q" does what you want.
You can create how many shortcut keys you need. But
Keep in mind do not use the already defined keys.

:)
Farzad

RE: Leader Customization

(OP)
Farzad:

Thank you for your responce. I will try your method.

Charles S. Parnell
Southern Store Fixtures

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources