<?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 How to add vertex point quickly for a polyline by using referent line in AutoCAD? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160741#M57143</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help to guide how to add vertex point quickly to the polyline (1) by referent line (2), (3), (4), instead of add each point manually as picture blow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuanutc2_0-1652235525093.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1065566iA0A1B9B665BEDC4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuanutc2_0-1652235525093.png" alt="tuanutc2_0-1652235525093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;I am using AutoCAD 2019.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 02:20:47 GMT</pubDate>
    <dc:creator>tuanutc2</dc:creator>
    <dc:date>2022-05-11T02:20:47Z</dc:date>
    <item>
      <title>How to add vertex point quickly for a polyline by using referent line in AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160741#M57143</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help to guide how to add vertex point quickly to the polyline (1) by referent line (2), (3), (4), instead of add each point manually as picture blow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuanutc2_0-1652235525093.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1065566iA0A1B9B665BEDC4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuanutc2_0-1652235525093.png" alt="tuanutc2_0-1652235525093.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you so much,&lt;/P&gt;&lt;P&gt;I am using AutoCAD 2019.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 02:20:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160741#M57143</guid>
      <dc:creator>tuanutc2</dc:creator>
      <dc:date>2022-05-11T02:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertex point quickly for a polyline by using referent line in AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160816#M57144</link>
      <description>&lt;P&gt;There are many autolisp to break line or polyline,&lt;/P&gt;
&lt;P&gt;example here, a line broke to hundreds pieces then use PEDIT to join and become a polyline&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/12706-break-all-lines-intersect-with-each-other/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/12706-break-all-lines-intersect-with-each-other/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 03:40:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160816#M57144</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2022-05-11T03:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertex point quickly for a polyline by using referent line in AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160963#M57145</link>
      <description>&lt;P&gt;Hi there &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10565414"&gt;@tuanutc2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I had the task, I would use a Lisp to &lt;FONT color="#0000FF"&gt;&lt;A href="https://skillamplifier.com/break-selected-objects-autocad/" target="_blank"&gt;Break selected Objects in AutoCAD (Break Intersecting Objects!)&lt;/A&gt;&lt;/FONT&gt; and then join them back to get the desired result.&lt;BR /&gt;You can also take a look at this post, maybe you will find an easier solution: &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/add-vertices-to-selected-polyline-at-intersecting-lines/m-p/7092515#M353410" target="_blank" rel="noopener"&gt;Add Vertices to selected polyline at intersecting Lines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 05:53:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11160963#M57145</guid>
      <dc:creator>Zlatislav.atanasov</dc:creator>
      <dc:date>2022-05-11T05:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertex point quickly for a polyline by using referent line in AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11173353#M57146</link>
      <description>&lt;P&gt;Thank you so much,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5862626"&gt;@Zlatislav.atanasov&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 02:45:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11173353#M57146</guid>
      <dc:creator>tuanutc2</dc:creator>
      <dc:date>2022-05-17T02:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add vertex point quickly for a polyline by using referent line in AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11173520#M57147</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;How are the reference lines located? Will the polyline always be constrained to a X-Y plane (no elevation change or slope)? Will there ever be intersecting line where you won't want a vertex added? &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Here is a link to a short video demonstrating the use of an add-in to complete your task:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;A href="https://youtu.be/s-mx8SVJZFA" target="_blank"&gt;https://youtu.be/s-mx8SVJZFA&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 05:10:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-add-vertex-point-quickly-for-a-polyline-by-using-referent/m-p/11173520#M57147</guid>
      <dc:creator>Washingtonn</dc:creator>
      <dc:date>2022-05-17T05:10:14Z</dc:date>
    </item>
  </channel>
</rss>

