- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What I'm trying to do is pretty basic but it has implications for what can be done in AutoCAD and how, so I think it's worth exploring. I tend to use the command line, but I often need to draw lines by bearing and distance, so I use the Line by Bearing button from the draw toolbar:
Now, I know I can invoke this like so: L<enter>'BD<enter>. But I'd rather just type LBD (or something similar) to do that. Is there a way to make that happen?
A couple ways I could see doing this, but I don't know how, or if it's possible:
1. Assign a command name to that button.
2. Assign a command name to the sequence _LINE 'BD.
3. Write a script file containing _LINE 'BD and assign a command name to execute that script.
Thanks in advance!
Solved! Go to Solution.