<?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: drawing 2d roads in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615566#M149077</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp; I used to be able to define a road (width, curb, sidewalk, etc.) and then just draw the center line.&amp;nbsp; All the rest was done automatically.&amp;nbsp; So how do i do that in 2D now???&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do it [not &lt;EM&gt;quite&lt;/EM&gt;&amp;nbsp; that automatically but] pretty quickly by drawing the center-line route and using &lt;FONT color="#000000"&gt;&lt;STRONG&gt;OffsetBothSides.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/to-creat-a-lisp/m-p/5437236/highlight/true#M328194" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;, on it a few times.&amp;nbsp; Give it half the overall cartway width to get the curb faces, a distance greater than that by the curb width to get the curb back edges, and another greater distance to get the far edges of the sidewalks.&amp;nbsp; That's assuming a symmetrical arrangement, of course.&amp;nbsp; There are other routines out there to Offset things in both directions.&amp;nbsp; And it wouldn't be difficult to adjust it to [for example] put the results on a different Layer, and even to combine itself 3 times, asking the User for the overall cartway width, curb width, and sidewalk width, and using a different Layer for each for those different locations but requiring the User to pick the center-line route only once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The advantage of something like this over MultiLines is that it works on any kind of center-line routes including&amp;nbsp;&lt;EM&gt;curving&lt;/EM&gt;&amp;nbsp; routes [Polylines, Splines, Arcs], whereas MLINEs do only straight segments.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 22:10:25 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2019-02-22T22:10:25Z</dc:date>
    <item>
      <title>drawing 2d roads</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615450#M149074</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I have not used AutoCad for 20 years.&amp;nbsp; I used to be able to define a road (width, curb, sidewalk, etc.) and then just draw the center line.&amp;nbsp; All the rest was done automatically.&amp;nbsp; So how do i do that in 2D now???&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:11:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615450#M149074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: drawing 2d roads</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615474#M149075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I used to be able to define a road (width, curb, sidewalk, etc.) and then &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; just draw the center line. All the rest was done automatically.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Not without an additional tool &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For road design I would strongly recommend to use Autodesk Civil 3D &lt;A href="https://www.autodesk.com/products/civil-3d/overview" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;, there you have components to design the assembly and use alignment + profile to create a (closed to) finished corridor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:20:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615474#M149075</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-22T21:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: drawing 2d roads</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615489#M149076</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You must have been using one of the vertical products for Civil or something.&amp;nbsp; Plain AutoCAD has never incorporated road details "out of the box".&amp;nbsp; The Multiline (MLINE) command still exists where you can define multiple line paths that orient upon top, bottom, or center.&amp;nbsp; These can certainly be used for defining roads with curb/gutter, sidewalks, and other elements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Multilines are not readily visible on current versions with commands on the ribbon.&amp;nbsp; You need to turn on the Menu Bar (MENUBAR=1) to see the traditional cascading menus with Multiline on the Draw menu and configuration for them on the Format menu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explore MLINE and while you're at it please let us know what AutoCAD you are working with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Blaine&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 21:25:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615489#M149076</guid>
      <dc:creator>beyoungjr</dc:creator>
      <dc:date>2019-02-22T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: drawing 2d roads</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615566#M149077</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp; I used to be able to define a road (width, curb, sidewalk, etc.) and then just draw the center line.&amp;nbsp; All the rest was done automatically.&amp;nbsp; So how do i do that in 2D now???&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do it [not &lt;EM&gt;quite&lt;/EM&gt;&amp;nbsp; that automatically but] pretty quickly by drawing the center-line route and using &lt;FONT color="#000000"&gt;&lt;STRONG&gt;OffsetBothSides.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/to-creat-a-lisp/m-p/5437236/highlight/true#M328194" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;, on it a few times.&amp;nbsp; Give it half the overall cartway width to get the curb faces, a distance greater than that by the curb width to get the curb back edges, and another greater distance to get the far edges of the sidewalks.&amp;nbsp; That's assuming a symmetrical arrangement, of course.&amp;nbsp; There are other routines out there to Offset things in both directions.&amp;nbsp; And it wouldn't be difficult to adjust it to [for example] put the results on a different Layer, and even to combine itself 3 times, asking the User for the overall cartway width, curb width, and sidewalk width, and using a different Layer for each for those different locations but requiring the User to pick the center-line route only once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The advantage of something like this over MultiLines is that it works on any kind of center-line routes including&amp;nbsp;&lt;EM&gt;curving&lt;/EM&gt;&amp;nbsp; routes [Polylines, Splines, Arcs], whereas MLINEs do only straight segments.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 22:10:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615566#M149077</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-02-22T22:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: drawing 2d roads</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615640#M149078</link>
      <description>THANKS, Civil is impressive..&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Feb 2019 22:39:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/drawing-2d-roads/m-p/8615640#M149078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-22T22:39:44Z</dc:date>
    </item>
  </channel>
</rss>

