Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Stop revcloud from inverting

5 REPLIES 5
Reply
Message 1 of 6
sdvannelli
235 Views, 5 Replies

Stop revcloud from inverting

sdvannelli
Enthusiast
Enthusiast

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?

0 Likes

Stop revcloud from inverting

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?

5 REPLIES 5
Message 2 of 6
pendean
in reply to: sdvannelli

pendean
Community Legend
Community Legend
Draw a closed PLINE around it all then use the "object" sub-option in REVCLOUD to convert it has always been our office's favorite method.

HTH
0 Likes

Draw a closed PLINE around it all then use the "object" sub-option in REVCLOUD to convert it has always been our office's favorite method.

HTH
Message 3 of 6
devitg
in reply to: pendean

devitg
Advisor
Advisor

@pendean , As I understood ,  @sdvannelli  want to avoid the last option for REVCLOUD 

 

devitg_0-1650311654252.png

 

0 Likes

@pendean , As I understood ,  @sdvannelli  want to avoid the last option for REVCLOUD 

 

devitg_0-1650311654252.png

 

Message 4 of 6
pendean
in reply to: devitg

pendean
Community Legend
Community Legend

@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?

Message 5 of 6
devitg
in reply to: pendean

devitg
Advisor
Advisor

@pendean Seem to be a good way , so a enter will not reverse. 

0 Likes

@pendean Seem to be a good way , so a enter will not reverse. 

Message 6 of 6
calderg1000
in reply to: sdvannelli

calderg1000
Mentor
Mentor

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
EESignature
>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.

0 Likes

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
EESignature
>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.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report