Does anyone have a lisp routine, or just something that can be added to, the freehand revision cloud that prevents it from ever inverting itself at the last minute?
Does anyone have a lisp routine, or just something that can be added to, the freehand revision cloud that prevents it from ever inverting itself at the last minute?
@devitg N (for no) is the default, requires not extra attention, and draws "clouds" (requested) but not "bursts" (the reverse of a cloud): and any custom LISP (I see the post got moved here now) would just respond with N anyway by default too. Yes?
@devitg N (for no) is the default, requires not extra attention, and draws "clouds" (requested) but not "bursts" (the reverse of a cloud): and any custom LISP (I see the post got moved here now) would just respond with N anyway by default too. Yes?
Regards @sdvannelli
Maybe this code will help, previously you must configure the length of the arc according to your requirement.
(defun c:rv()
(vl-cmdf "revcloud" "o" pause "")
)
Carlos Calderon G
>Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Regards @sdvannelli
Maybe this code will help, previously you must configure the length of the arc according to your requirement.
(defun c:rv()
(vl-cmdf "revcloud" "o" pause "")
)
Carlos Calderon G
>Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Can't find what you're looking for? Ask the community or share your knowledge.