Author Topic: Missing options in Revcloud  (Read 1399 times)

0 Members and 1 Guest are viewing this topic.

aiman

  • Mosquito
  • Posts: 3
Missing options in Revcloud
« 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

ribarm

  • Gator
  • Posts: 3274
  • Marko Ribar, architect
Re: Missing options in Revcloud
« Reply #1 on: September 28, 2016, 12:58:53 AM »
Code: [Select]
(initcommandversion)
(command "_.REVCLOUD" ... )
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

aiman

  • Mosquito
  • Posts: 3
Re: Missing options in Revcloud
« Reply #2 on: September 28, 2016, 01:11:02 AM »
thank you ribarm  :-)