<?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: Road Marking in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956498#M66023</link>
    <description>&lt;P&gt;That’s awesome...Can &amp;nbsp;you please help me with this or explain how to you did that ?.&amp;nbsp;&lt;BR /&gt;I will be very grateful to you.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 17:03:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-22T17:03:25Z</dc:date>
    <item>
      <title>Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9955950#M66019</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want a lisp to draw Road Marking with specific length and Gap. Like the line of Paint should be 3 Meter with 6 meter Gap.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Road Marking.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/858933iFA6EF4CE5B4EA8F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Road Marking.PNG" alt="Road Marking.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9955950#M66019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9955955#M66020</link>
      <description>&lt;P&gt;Use array path&amp;nbsp; (ARRAYPATH) command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-1A4FFAE3-254C-4294-9592-AB334C4AD9FA-htm.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-1A4FFAE3-254C-4294-9592-AB334C4AD9FA-htm.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://grabcad.com/tutorials/path-array-in-autocad" target="_blank" rel="noopener"&gt;https://grabcad.com/tutorials/path-array-in-autocad&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:17:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9955955#M66020</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-12-22T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956007#M66021</link>
      <description>&lt;P&gt;A linetype could easily be defined, and used in a Polyline with width, which will be able to follow curves appropriately [which ARRAYPATH won't].&amp;nbsp; Is your drawing unit a &lt;EM&gt;meter&lt;/EM&gt;, or a &lt;EM&gt;millimeter&lt;/EM&gt;?&amp;nbsp; &amp;nbsp;There are difficulties you will encounter at the &lt;EM&gt;ends&lt;/EM&gt; of things drawn with noncontinuous linetypes,&amp;nbsp; but there are ways to&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;compensate.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956007#M66021</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-12-22T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956090#M66022</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;A linetype could easily be defined, and used in a Polyline with width, which will be able to follow curves appropriately ...&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's the most basic of linetype definitions [one pen-down dash, one pen-up gap]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;*3on6off,- - - - - - -&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;A,3,-6&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which in a Polyline with a width of 1 drawing unit does this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1608644321303.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/858950i556849529C08AE17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1608644321303.png" alt="Kent1Cooper_0-1608644321303.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 13:41:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956090#M66022</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-12-22T13:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956498#M66023</link>
      <description>&lt;P&gt;That’s awesome...Can &amp;nbsp;you please help me with this or explain how to you did that ?.&amp;nbsp;&lt;BR /&gt;I will be very grateful to you.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 17:03:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956498#M66023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T17:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956687#M66024</link>
      <description>&lt;P&gt;Why, you don't use HELP? It takes about 5 sec to find how to use a custom linetype.&amp;nbsp;&lt;A href="http://help.autodesk.com/view/ACD/2020/ENU/?guid=GUID-5A6E6759-8A9A-4A8A-9AEE-EE9DB72F792D" target="_self"&gt;HERE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 18:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956687#M66024</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2020-12-22T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956864#M66025</link>
      <description>&lt;P&gt;If the Help article&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;posted a link to, and the Related Topics there, don't explain it well enough for you, come back with questions, and we can probably answer them.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:03:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9956864#M66025</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-12-22T20:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9959492#M66026</link>
      <description>&lt;P&gt;I think we've been through this before.&lt;/P&gt;
&lt;P&gt;Since I doubt that there's any paint truck that can read an AutoCAD drawing and is tied to a geodetic grid to know the coordinates of the ends of any paint stripe, your job is to simply represent the impression of dashed lines.&amp;nbsp; Use a linetype and ltscale that suits the impression you want to create, include a detail if necessary of the stripe length and gap, and know that the traffic marking subcontractor will make it come out good.&amp;nbsp; Also, take your paycheck for a job done well and efficiently and go home with some presents for your wife and kids, or whomever is dear to you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 00:51:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9959492#M66026</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-12-24T00:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9962210#M66027</link>
      <description>&lt;P&gt;Agree with John the contractor will fix any subtle errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some line types, for roads and general.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;*EQUAL1000,_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
A,0.30,-0.30
*LANE1000,____        _____        ____
A,3.00,-9.00
*CONTINUITY1000,______            ______
A,1.00,-2.00
*STATCON1000,__  __  __  __  __  __
A,0.60,-0.60
;;  These linetype definitions use LTYPESHP.SHX.
;;
*FENCE,Fence ----------/----------/----------/----------
A,20,-1.5,["/",STANDARD,S=1.8,R=0.0,X=-.9,Y=-.9],-1
*EXISTING_FENCE,Existing Fence - - - -/- - - -/- - - -/- - - -
A,5.08,-5.08,5.08,-5.08,5.08,-5.08,["/",STANDARD,S=1.8,R=0.0,X=-1.8,Y=-.9],-3
*FENCELINE1,Fenceline circle ----0-----0-----0-----0-----0-----0--
A,6.35,-2.54,[CIRC1,ltypeshp.shx,x=-2.54,s=2.54],-2.54,25.4
*FENCELINE2,Fenceline square ----[]-----[]-----[]-----[]-----[]---
A,6.35,-2.54,[BOX,ltypeshp.shx,x=-2.54,s=2.54],-2.54,25.4
*TRACKS,Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-
A,3.81,[TRACK1,ltypeshp.shx,s=6.35],3.81
*BATTING,Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
A,.00254,-2.54,[BAT,ltypeshp.shx,x=-2.54,s=2.54],-5.08,[BAT,ltypeshp.shx,r=180,x=2.54,s=2.54],-2.54
*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----
A,12.7,-5.08,["HW",STANDARD,S=2.54,R=0.0,X=-2.54,Y=-1.27],-5.08
*HOUSE_DRAIN,HOUSE DRAIN ---- H ---- H ---- H ----
A,12,-3,["H",STANDARD,S=1.8,R=0.0,X=-1.8,Y=-2.5],-3
*EXISTING_GAS_MAIN,Existing Gas main - - -G- - -G- - -G- - -G- - -
A,5.08,-5.08,5.08,-5.08,["G",STANDARD,S=1.8,R=0.0,X=-1.8,Y=-.9],-3&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Dec 2020 03:46:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/9962210#M66027</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-12-26T03:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166693#M66028</link>
      <description>Thanks for your kind reply John...</description>
      <pubDate>Thu, 18 Mar 2021 10:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166693#M66028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-18T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166698#M66029</link>
      <description>&lt;P&gt;tried but doesn't work.... Thanks for your reply&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:14:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166698#M66029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-18T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166706#M66030</link>
      <description>&lt;P&gt;Hope.. you find all your solutions related cad with "HELP".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:17:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166706#M66030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-18T10:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166707#M66031</link>
      <description>&lt;P&gt;Thank you Mr. John&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 10:18:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10166707#M66031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-18T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Road Marking</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10168951#M66032</link>
      <description>&lt;P&gt;Did you try the linetypes you save as a .lin file like custom.lin then just do Linetype Load and pick the linetype file you can load 1 or all, save to your template dwg so there always their.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A freebie for you lots of linetypes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 02:17:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/road-marking/m-p/10168951#M66032</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-03-19T02:17:36Z</dc:date>
    </item>
  </channel>
</rss>

