<?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: Custom Rev Cloud in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12840372#M12869</link>
    <description>&lt;P&gt;You could create a lisp then create a Tool Palette button to load the lisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun c:rvcl (/ )
(command "-layer" "set" "PIPING" "")
(command "revcloud" "a" "0.1875" "0.1875" "o" pause)
(command "no")
(command "_LayerP")
(command "pedit" "last" "width" "0.02" "")
)&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 14 Jun 2024 15:44:53 GMT</pubDate>
    <dc:creator>VincentSheehan</dc:creator>
    <dc:date>2024-06-14T15:44:53Z</dc:date>
    <item>
      <title>Custom Rev Cloud</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12840169#M12868</link>
      <description>&lt;P&gt;I use a tremendous amount of rev clouds in my drawings I do for work. I have several different layers that they all fall under. I am trying to simplify and make the process much easier and quicker. Here is how I use my rev clouds when I am making a change to a drawing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If it is just a simple cloud (square or circular) then I do this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Select RevCloud icon&lt;/P&gt;&lt;P&gt;Resize the ARC to 0.1875&lt;/P&gt;&lt;P&gt;Change the width to 0.02&lt;/P&gt;&lt;P&gt;Change the layer to "Piping"&amp;nbsp; (or whatever other layer I choose)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If it is just a complex cloud (with many bends and twist) then I do this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Draw a polyline around the area&lt;/P&gt;&lt;P&gt;Convert polyine to revcloud&lt;/P&gt;&lt;P&gt;Change the ARC to 0.1875&lt;/P&gt;&lt;P&gt;Change the width to 0.02&lt;/P&gt;&lt;P&gt;Change the layer to "Piping" (or whatever other layer I choose)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to make this a preset so I can place it into a Tool Palette. For example, from the tool palette, I would select it and it would draw a RevCloud in the layer and settings I showed above and it would draw it just like a polyline draws out? I want it to act like a linetype so that I can just drag and drop from the TP and start drawing but it would be all in "Revcloud" format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would even be ok designing a new line type that basically mimics a Revcloud, however, I do need it to act like a polyline where it would be one entity (so I can quickly select the whole cloud and edit or delete it).&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 14:51:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12840169#M12868</guid>
      <dc:creator>joe_kohli</dc:creator>
      <dc:date>2024-06-14T14:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rev Cloud</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12840372#M12869</link>
      <description>&lt;P&gt;You could create a lisp then create a Tool Palette button to load the lisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(defun c:rvcl (/ )
(command "-layer" "set" "PIPING" "")
(command "revcloud" "a" "0.1875" "0.1875" "o" pause)
(command "no")
(command "_LayerP")
(command "pedit" "last" "width" "0.02" "")
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 14 Jun 2024 15:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12840372#M12869</guid>
      <dc:creator>VincentSheehan</dc:creator>
      <dc:date>2024-06-14T15:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rev Cloud</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12843940#M12870</link>
      <description>&lt;P&gt;Where would you place the lisp file? I tried to replace the macro line in the "freehand" revcloud button with this format:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;^c^c^p (load "mypath\&lt;/SPAN&gt;&lt;STRONG&gt;mylispprogram&lt;/STRONG&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But it did not work. I just need some guidance on how I would achieve this to make it work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joe_kohli_0-1718624243093.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1376729i22D97F6FFED331DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joe_kohli_0-1718624243093.png" alt="joe_kohli_0-1718624243093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 11:37:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12843940#M12870</guid>
      <dc:creator>joe_kohli</dc:creator>
      <dc:date>2024-06-17T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rev Cloud</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12844028#M12871</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13900604"&gt;@joe_kohli&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;^c^c^p (load "mypath\&lt;/SPAN&gt;&lt;STRONG&gt;mylispprogram&lt;/STRONG&gt;&lt;SPAN&gt;")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Inside Autolisp functions, use either a &lt;STRONG&gt;&lt;EM&gt;double&lt;/EM&gt;&lt;/STRONG&gt; backslash or a &lt;STRONG&gt;&lt;EM&gt;forward&lt;/EM&gt;&lt;/STRONG&gt; slash as a file path separator.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:10:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-rev-cloud/m-p/12844028#M12871</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-06-17T12:10:11Z</dc:date>
    </item>
  </channel>
</rss>

