Tuesday, 11 December 2018
  2 Replies
  1.9K Visits
0
Votes
Undo
  Subscribe
Drawing some linear dripline. Is there a shortcut key to "end current dripline and start next instance"?

For example, when I'm done drawing a drip line, I hit ENTER, then ENTER again to bring up the 'Select Area for Dripline' dialogue box, then ENTER again to reselect Dripline, then can draw my next series of connecting segments. It would be handy to have a shortcut key to perform this task, because it's repetitive and common.

Video shows you my process. https://www.screencast.com/t/a8K3cUYsneLR

Thanks!
Accepted Answer
3
Votes
Undo

Julie,

You are right, there absolutely should be a shortcut for this. We will get this added to the CUI within the next few weeks.
In the meantime, you can copy and paste the following to the command line, to create the shortcut DL to fire it:

(defun c:DL () (fx:pipedraw "Dripline"))

Or of course replace DL with whatever alternate shortcut you would prefer.

--J

Accepted Answer
3
Votes
Undo

Julie,

You are right, there absolutely should be a shortcut for this. We will get this added to the CUI within the next few weeks.
In the meantime, you can copy and paste the following to the command line, to create the shortcut DL to fire it:

(defun c:DL () (fx:pipedraw "Dripline"))

Or of course replace DL with whatever alternate shortcut you would prefer.

--J

5 years ago
·
#2674
1
Votes
Undo

Awesome!  Thanks Jeremiah & team.

Plugged in your code; success!

  • Page :
  • 1
There are no replies made for this post yet.