<?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: help for polyline3d in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751837#M80552</link>
    <description>Sometimes it's too easy to see. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If your points are in an array or such&lt;BR /&gt;
just loop through to .add them to the collection.&lt;BR /&gt;
&lt;BR /&gt;
    Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
    double[] ptsArr = {0, 0, 0, 10, 10, 10, 0, 10, 10};&lt;BR /&gt;
    int i = 0;&lt;BR /&gt;
    while ( i &amp;lt; ptsArr.Length )&lt;BR /&gt;
    {&lt;BR /&gt;
    pts.Add(new Point3d(ptsArr&lt;I&gt;, ptsArr[i + 1], ptsArr[i + 2]));&lt;BR /&gt;
    i = i + 3;&lt;BR /&gt;
    }&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message &lt;BR /&gt;
news:5315082@discussion.autodesk.com...&lt;BR /&gt;
many thank's&lt;BR /&gt;
i don't have see the more easy solution.&lt;BR /&gt;
&lt;BR /&gt;
"Paul Richardson" &lt;PRICHARDSONATADELPHIA.NET&gt; ha scritto nel messaggio&lt;BR /&gt;
news:5314711@discussion.autodesk.com...&lt;BR /&gt;
Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
pts.Add(new Point3d(0, 0, 0));&lt;BR /&gt;
pts.Add(new Point3d(10, 10, 10));&lt;BR /&gt;
Polyline3d p3 = new Polyline3d(new Poly3dType(), pts, false);&lt;BR /&gt;
&lt;BR /&gt;
There are different enums for the Poly3dType. Check the Object&lt;BR /&gt;
Browser.&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message&lt;BR /&gt;
news:5314014@discussion.autodesk.com...&lt;BR /&gt;
I need a big pleasure from all.&lt;BR /&gt;
i have a collection of 3d point and i need to insert a new polyline 3d with&lt;BR /&gt;
this point.&lt;BR /&gt;
&lt;BR /&gt;
i have try some solution but i can only insert a 2D polyline.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Some sample or help?&lt;BR /&gt;
Thank's in advance&lt;BR /&gt;
GPaolo&lt;/GPQ&gt;&lt;/PRICHARDSONATADELPHIA.NET&gt;&lt;/GPQ&gt;&lt;/I&gt;</description>
    <pubDate>Fri, 01 Sep 2006 09:54:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-09-01T09:54:11Z</dc:date>
    <item>
      <title>help for polyline3d</title>
      <link>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751834#M80549</link>
      <description>I need a big pleasure from all.&lt;BR /&gt;
i have a collection of 3d point and i need to insert a new polyline 3d with&lt;BR /&gt;
this point.&lt;BR /&gt;
&lt;BR /&gt;
i have try some solution but i can only insert a 2D polyline.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Some sample or help?&lt;BR /&gt;
Thank's in advance&lt;BR /&gt;
GPaolo</description>
      <pubDate>Thu, 31 Aug 2006 15:11:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751834#M80549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: help for polyline3d</title>
      <link>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751835#M80550</link>
      <description>Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
pts.Add(new Point3d(0, 0, 0));&lt;BR /&gt;
pts.Add(new Point3d(10, 10, 10));&lt;BR /&gt;
Polyline3d p3 = new Polyline3d(new Poly3dType(), pts, false);&lt;BR /&gt;
&lt;BR /&gt;
There are different enums for the Poly3dType. Check the Object&lt;BR /&gt;
Browser.&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message &lt;BR /&gt;
news:5314014@discussion.autodesk.com...&lt;BR /&gt;
I need a big pleasure from all.&lt;BR /&gt;
i have a collection of 3d point and i need to insert a new polyline 3d with&lt;BR /&gt;
this point.&lt;BR /&gt;
&lt;BR /&gt;
i have try some solution but i can only insert a 2D polyline.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Some sample or help?&lt;BR /&gt;
Thank's in advance&lt;BR /&gt;
GPaolo&lt;/GPQ&gt;</description>
      <pubDate>Thu, 31 Aug 2006 21:35:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751835#M80550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-31T21:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: help for polyline3d</title>
      <link>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751836#M80551</link>
      <description>many thank's&lt;BR /&gt;
i don't have see the more easy solution.&lt;BR /&gt;
&lt;BR /&gt;
"Paul Richardson" &lt;PRICHARDSONATADELPHIA.NET&gt; ha scritto nel messaggio&lt;BR /&gt;
news:5314711@discussion.autodesk.com...&lt;BR /&gt;
Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
pts.Add(new Point3d(0, 0, 0));&lt;BR /&gt;
pts.Add(new Point3d(10, 10, 10));&lt;BR /&gt;
Polyline3d p3 = new Polyline3d(new Poly3dType(), pts, false);&lt;BR /&gt;
&lt;BR /&gt;
There are different enums for the Poly3dType. Check the Object&lt;BR /&gt;
Browser.&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message&lt;BR /&gt;
news:5314014@discussion.autodesk.com...&lt;BR /&gt;
I need a big pleasure from all.&lt;BR /&gt;
i have a collection of 3d point and i need to insert a new polyline 3d with&lt;BR /&gt;
this point.&lt;BR /&gt;
&lt;BR /&gt;
i have try some solution but i can only insert a 2D polyline.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Some sample or help?&lt;BR /&gt;
Thank's in advance&lt;BR /&gt;
GPaolo&lt;/GPQ&gt;&lt;/PRICHARDSONATADELPHIA.NET&gt;</description>
      <pubDate>Fri, 01 Sep 2006 05:50:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751836#M80551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-01T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: help for polyline3d</title>
      <link>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751837#M80552</link>
      <description>Sometimes it's too easy to see. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; If your points are in an array or such&lt;BR /&gt;
just loop through to .add them to the collection.&lt;BR /&gt;
&lt;BR /&gt;
    Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
    double[] ptsArr = {0, 0, 0, 10, 10, 10, 0, 10, 10};&lt;BR /&gt;
    int i = 0;&lt;BR /&gt;
    while ( i &amp;lt; ptsArr.Length )&lt;BR /&gt;
    {&lt;BR /&gt;
    pts.Add(new Point3d(ptsArr&lt;I&gt;, ptsArr[i + 1], ptsArr[i + 2]));&lt;BR /&gt;
    i = i + 3;&lt;BR /&gt;
    }&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message &lt;BR /&gt;
news:5315082@discussion.autodesk.com...&lt;BR /&gt;
many thank's&lt;BR /&gt;
i don't have see the more easy solution.&lt;BR /&gt;
&lt;BR /&gt;
"Paul Richardson" &lt;PRICHARDSONATADELPHIA.NET&gt; ha scritto nel messaggio&lt;BR /&gt;
news:5314711@discussion.autodesk.com...&lt;BR /&gt;
Point3dCollection pts = new Point3dCollection();&lt;BR /&gt;
pts.Add(new Point3d(0, 0, 0));&lt;BR /&gt;
pts.Add(new Point3d(10, 10, 10));&lt;BR /&gt;
Polyline3d p3 = new Polyline3d(new Poly3dType(), pts, false);&lt;BR /&gt;
&lt;BR /&gt;
There are different enums for the Poly3dType. Check the Object&lt;BR /&gt;
Browser.&lt;BR /&gt;
&lt;BR /&gt;
"GPaolo" &lt;GPQ&gt; wrote in message&lt;BR /&gt;
news:5314014@discussion.autodesk.com...&lt;BR /&gt;
I need a big pleasure from all.&lt;BR /&gt;
i have a collection of 3d point and i need to insert a new polyline 3d with&lt;BR /&gt;
this point.&lt;BR /&gt;
&lt;BR /&gt;
i have try some solution but i can only insert a 2D polyline.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Some sample or help?&lt;BR /&gt;
Thank's in advance&lt;BR /&gt;
GPaolo&lt;/GPQ&gt;&lt;/PRICHARDSONATADELPHIA.NET&gt;&lt;/GPQ&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:54:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/help-for-polyline3d/m-p/1751837#M80552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-01T09:54:11Z</dc:date>
    </item>
  </channel>
</rss>

