<?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: Excel with point coordinates in 3D Part &amp; Assembly Design</title>
    <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51674#M3662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can have look on this site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://osd.cad.de/lisp_3d_16.htm" title="http://osd.cad.de/lisp_3d_16.htm"&gt;http://osd.cad.de/lisp_3d_16.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;description in German but the lisp talks english to.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;The coordinates must be written as * .txt files in the following format, and each 3D point is written as: 10.0,10.0,10.0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2017 18:37:51 GMT</pubDate>
    <dc:creator>FriedhelmK</dc:creator>
    <dc:date>2017-02-06T18:37:51Z</dc:date>
    <item>
      <title>Excel with point coordinates</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51673#M3661</link>
      <description>&lt;P&gt;Is it possible to import multiple points (coordinates in excel table) in a part or assembly (Creo Elements/Direct)?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 17:48:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51673#M3661</guid>
      <dc:creator>dd'hondt</dc:creator>
      <dc:date>2018-06-12T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with point coordinates</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51674#M3662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can have look on this site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://osd.cad.de/lisp_3d_16.htm" title="http://osd.cad.de/lisp_3d_16.htm"&gt;http://osd.cad.de/lisp_3d_16.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;description in German but the lisp talks english to.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;The coordinates must be written as * .txt files in the following format, and each 3D point is written as: 10.0,10.0,10.0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 18:37:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51674#M3662</guid>
      <dc:creator>FriedhelmK</dc:creator>
      <dc:date>2017-02-06T18:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with point coordinates</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51675#M3663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A direct command to do would be nice.&amp;nbsp; I do not know if one exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I typically build the point commands in EXCEL then copy and paste the commands into modeler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modeler command to build a coordinate is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vertex_creation :wire_part "/pointname" 100.00,200.00,300.00 complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 100.00 is the X coordinate, 200.00 is the Y coordinate and 300.00 is the Z coordinate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command in EXCEL I use to build the string is concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in excel column A is the name of the point, B is the X coord, C is the Y coord and D is the Z coord, then the command I would build would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CONCATENATE("vertex_creation :wire_part ",CHAR(34),"/",A1,CHAR(34)," ",B1,",",C1,",",D1," complete")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then copy the resulting cell value and paste it into the modeler command line.&amp;nbsp; You the need to click the green arrow to the right of the command line to execute the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also copy a range of cell values and paste them into modeler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 19:02:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51675#M3663</guid>
      <dc:creator>sobrien-2</dc:creator>
      <dc:date>2017-02-06T19:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with point coordinates</title>
      <link>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51676#M3664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Building on this idea-if you put all your commands in one column and the points (separated by commas) in an adjacent column of Excel, you can copy and paste into the command line of Creo Elements/Direct, hit Enter, and it creates the "wire" part containing the vertices all at once.&amp;nbsp; You will want to turn on Vertices in the Show Properties of the viewport, so you can see them once created.&amp;nbsp; See below (copy and paste green region from Excel into command line of Creo Elements/Direct Modeling):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="111692" alt="3DVertexcreation.jpg" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/111692_3DVertexcreation.jpg" style="height: 115px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 23:39:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/3D-Part-Assembly-Design/Excel-with-point-coordinates/m-p/51676#M3664</guid>
      <dc:creator>WayneF</dc:creator>
      <dc:date>2017-02-07T23:39:23Z</dc:date>
    </item>
  </channel>
</rss>

