TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: aiman on September 27, 2016, 11:57:28 PM

Title: Missing options in Revcloud
Post by: aiman on September 27, 2016, 11:57:28 PM
When I run "REVCLOUD", I got this
Specify start point or [Arc length/Object/Rectangular/Polygonal/Freehand/Style/Modify] <Object>:

When I run (command "revcloud"), I got this
Specify start point or [Arc length/Object/Style] <Object>:

Few options were missing which is Rectangular, Polygonal, Freehand and Modify. Onyone know how to call those missing options via lisp?

I am using AutoCAD 2016. TIA
Title: Re: Missing options in Revcloud
Post by: ribarm on September 28, 2016, 12:58:53 AM
Code: [Select]
(initcommandversion)
(command "_.REVCLOUD" ... )
Title: Re: Missing options in Revcloud
Post by: aiman on September 28, 2016, 01:11:02 AM
thank you ribarm  :-)