<?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: Get XY coordinates of PLINE with arcs etc... in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9710843#M18663</link>
    <description>&lt;P&gt;What is 3.5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I wanted points along that arc how do I get that?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 14:59:48 GMT</pubDate>
    <dc:creator>jholdawayUKBGN</dc:creator>
    <dc:date>2020-08-25T14:59:48Z</dc:date>
    <item>
      <title>Get XY coordinates of PLINE with arcs etc...</title>
      <link>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9708304#M18661</link>
      <description>&lt;P&gt;How can I calculate the xy coordinates along a PLINE that has lines, arcs, etc...&lt;/P&gt;&lt;P&gt;In the attached screenshot, I would like to get an array of x,y coordinates along this PLINE that can contain any sort of line like arcs.&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="pline.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/810634iC77959637AC068F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pline.jpg" alt="pline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 14:15:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9708304#M18661</guid>
      <dc:creator>jholdawayUKBGN</dc:creator>
      <dc:date>2020-08-24T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get XY coordinates of PLINE with arcs etc...</title>
      <link>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9709269#M18662</link>
      <description>&lt;P&gt;That is what the GetPointAtParameter() method does. Each vertex is typically a whole number parameterso to get the point at the middle of the first arc (assuming the pline was created left to right):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var pt = oPline.GetPointAtParameter(3.5);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This returns a Point3d. Convert it to a Point2d if really needed.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 21:23:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9709269#M18662</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2020-08-24T21:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get XY coordinates of PLINE with arcs etc...</title>
      <link>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9710843#M18663</link>
      <description>&lt;P&gt;What is 3.5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I wanted points along that arc how do I get that?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:59:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9710843#M18663</guid>
      <dc:creator>jholdawayUKBGN</dc:creator>
      <dc:date>2020-08-25T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get XY coordinates of PLINE with arcs etc...</title>
      <link>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9711303#M18664</link>
      <description>&lt;P&gt;The 3.5 is the midpoint between Parameter 3 and Parameter 4. The first vertex is Parameter 0. For any point along the first arc it will be 3.xxx where xxx is the percent along the arc to get the point.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 18:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/get-xy-coordinates-of-pline-with-arcs-etc/m-p/9711303#M18664</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2020-08-25T18:09:57Z</dc:date>
    </item>
  </channel>
</rss>

