<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Place Rev Cloud with LSP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174665#M25522</link>
    <description>&lt;P&gt;check this correction, works for me.&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;(defun C:RCR ()
	(initcommandversion)
	(setvar "revcloudcreatemode" 1)
	(command "revcloud" "S" "N" "A" ".25")
	;;;Pause for user input:
	(while (= (logand (getvar "cmdactive") 1) 1)
		(prompt "\nDraw RevCloud\n")
		(command pause)
	)
	;;;end of Pause
	(command "Pedit" "_L" "_w" ".03125" "")
	(c:StpRevLayer)
	(princ)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 13:12:17 GMT</pubDate>
    <dc:creator>komondormrex</dc:creator>
    <dc:date>2023-08-16T13:12:17Z</dc:date>
    <item>
      <title>Place Rev Cloud with LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174598#M25521</link>
      <description>&lt;P&gt;I have an older LSP for placing the Rev Cloud. When using it and checking properties on the Rev Cloud, there is no option to change the arc length after it is placed like there is if the Rev Cloud tool was used. Does anyone have any ideas on how to do it so the arc length appears in the properties dialog or on the right click menu?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is for a rectangular cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun C:RCR ()&lt;BR /&gt;(initcommandversion 2)&lt;BR /&gt;(setvar "revcloudcreatemode" 1)&lt;BR /&gt;(command "revcloud" "S" "N" "A" ".25" "")&lt;BR /&gt;;;;Pause for user input:&lt;BR /&gt;(while (= (logand (getvar "cmdactive") 1) 1)&lt;BR /&gt;(prompt "\nDraw RevCloud\n")&lt;BR /&gt;(command pause)&lt;BR /&gt;)&lt;BR /&gt;;;;end of Pause&lt;BR /&gt;(command "Pedit" "_L" "_w" ".03125" "")&lt;BR /&gt;(c:StpRevLayer)&lt;BR /&gt;(princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 12:48:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174598#M25521</guid>
      <dc:creator>cslatteryAXGRE</dc:creator>
      <dc:date>2023-08-16T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Place Rev Cloud with LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174665#M25522</link>
      <description>&lt;P&gt;check this correction, works for me.&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;(defun C:RCR ()
	(initcommandversion)
	(setvar "revcloudcreatemode" 1)
	(command "revcloud" "S" "N" "A" ".25")
	;;;Pause for user input:
	(while (= (logand (getvar "cmdactive") 1) 1)
		(prompt "\nDraw RevCloud\n")
		(command pause)
	)
	;;;end of Pause
	(command "Pedit" "_L" "_w" ".03125" "")
	(c:StpRevLayer)
	(princ)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 13:12:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174665#M25522</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2023-08-16T13:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Place Rev Cloud with LSP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174681#M25523</link>
      <description>&lt;P&gt;That did it. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 13:19:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/place-rev-cloud-with-lsp/m-p/12174681#M25523</guid>
      <dc:creator>cslatteryAXGRE</dc:creator>
      <dc:date>2023-08-16T13:19:13Z</dc:date>
    </item>
  </channel>
</rss>

