<?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: 3d Path Array in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6772790#M246584</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a tricky one. While I think you can probably do this in AutoCAD it would be rather tedious. Can you attach a simple drawing that illustrates your road? If so, I will take a look for you. I suspect it might be better thought &amp;nbsp;to move this thread to the Customization forum to see if someone has a LISP routine that can do this.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 15:20:57 GMT</pubDate>
    <dc:creator>john.vellek</dc:creator>
    <dc:date>2016-12-28T15:20:57Z</dc:date>
    <item>
      <title>3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769116#M246577</link>
      <description>&lt;P&gt;How to 3d path array an object with a specific slope. Any idea or Lisp?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 06:04:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769116#M246577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-25T06:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769175#M246578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;usually i do this by draw this&amp;nbsp;object at slope angle then i use &lt;STRONG&gt;3DARRAY (Rectangular)&lt;/STRONG&gt; command.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;draw the object that you want to array.&lt;/LI&gt;
&lt;LI&gt;make your UCSICON at the same slope level by using &lt;STRONG&gt;UCS&lt;/STRONG&gt; command the select &lt;U&gt;Face&lt;/U&gt; option.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;start 3DARRAY command and take care about positive and negative values since&amp;nbsp;&lt;SPAN&gt;Positive values generate the array along the positive &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-3ACECE8B-F51B-41EA-9776-0DD0EBBD3B04" class="ph i"&gt;X&lt;/EM&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-F38C20C5-6630-4DBC-8276-DE877DD0AE98" class="ph i"&gt;Y&lt;/EM&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-F0868460-C649-4EAA-96C7-2B60EDBB899D" class="ph i"&gt;Z&lt;/EM&gt;&lt;SPAN&gt; axes. Negative values generate the array along the negative &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-650DE966-5702-47D1-9DDF-2C46E344822E" class="ph i"&gt;X&lt;/EM&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-69CA4C88-C3BA-4A8D-BCE1-233B88B9F05D" class="ph i"&gt;Y&lt;/EM&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;EM id="GUID-824FE05E-A1C8-4944-8092-A73F4A94B646__GUID-9B75FEDE-0A05-4B8B-ACCF-0A014B249D6B" class="ph i"&gt;Z&lt;/EM&gt;&lt;SPAN&gt; axes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;your success depend on the values that you enter.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3h.png" style="width: 498px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/305528i8AED5AF9C3C8E1F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="3h.png" alt="3h.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck..&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 09:33:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769175#M246578</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2016-12-25T09:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769179#M246579</link>
      <description>&lt;P&gt;This is Rectangular&amp;nbsp;array. I want path array,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have curves and arcs. I would like to array an object on them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 09:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769179#M246579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-25T09:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769193#M246580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in your first Post &amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;How to 3d path array an object with a specific slope&lt;/FONT&gt; &amp;lt;&amp;lt; &amp;nbsp;and now &amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#0000FF"&gt;I&amp;nbsp;have curves and arcs&lt;/FONT&gt; &amp;lt;&amp;lt; !!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;FONT color="#0000FF"&gt;This is Rectangular&amp;nbsp;array. I want path array,&lt;/FONT&gt; &amp;lt;&amp;lt;&amp;nbsp;&lt;FONT color="#000000"&gt; to get that try to use &lt;STRONG&gt;ARRAYPATH&lt;/STRONG&gt; command.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&lt;SPAN&gt;&lt;FONT color="#000000"&gt;,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 10:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6769193#M246580</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2016-12-25T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6770024#M246581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me more details on what you are trying to create? I suspect your issue is in drawing the path and not the array part of this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without any more information, I suggest using construction lines/points to assist &amp;nbsp;you in laying out your 3D curved path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 17:24:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6770024#M246581</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-12-26T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6771372#M246582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am checking back to see if my post or others helped you with your problem.&lt;BR /&gt;Please add a post with how you decide to proceed and your results so other Community members may benefit.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if a post or posts fully solved your issue or answered your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 18:04:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6771372#M246582</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-12-27T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6772122#M246583</link>
      <description>&lt;P&gt;Hi Mr John.Vellek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am very Sorry For &amp;nbsp;Late Reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I&amp;nbsp;was trying to Calculate the Gradient and Camber Levels on Road.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i was thinking that if i can path array, my points to selected Center line of road, &lt;FONT color="#FF0000"&gt;with specific Slope&lt;/FONT&gt;, then i can get levels on 3 meters interval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the problem was solved in Civil 3d program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check this post. is it possible in AutoCAD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/autocad-civil-3d-forum/need-levels-on-gradient-amp-camber-on-road-3m-interval-see-the/m-p/6770501#M325632" target="_blank"&gt;http://forums.autodesk.com/t5/autocad-civil-3d-forum/need-levels-on-gradient-amp-camber-on-road-3m-interval-see-the/m-p/6770501#M325632&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 05:05:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6772122#M246583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T05:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3d Path Array</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6772790#M246584</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a tricky one. While I think you can probably do this in AutoCAD it would be rather tedious. Can you attach a simple drawing that illustrates your road? If so, I will take a look for you. I suspect it might be better thought &amp;nbsp;to move this thread to the Customization forum to see if someone has a LISP routine that can do this.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 15:20:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/3d-path-array/m-p/6772790#M246584</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-12-28T15:20:57Z</dc:date>
    </item>
  </channel>
</rss>

