<?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 Datum Curve_OTK Java in Customization</title>
    <link>https://community.ptc.com/t5/Customization/Datum-Curve-OTK-Java/m-p/673279#M9638</link>
    <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me how to programmatically access the datum curve?&lt;BR /&gt;Here is my code but it does not work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;solid.GetFeatureByName("Curve").ListSubItems(ModelItemType.ITEM_CURVE);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to programmatically set equations in a curve, is it possible to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;With respect!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 16:55:31 GMT</pubDate>
    <dc:creator>VladiSlav</dc:creator>
    <dc:date>2020-06-23T16:55:31Z</dc:date>
    <item>
      <title>Datum Curve_OTK Java</title>
      <link>https://community.ptc.com/t5/Customization/Datum-Curve-OTK-Java/m-p/673279#M9638</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me how to programmatically access the datum curve?&lt;BR /&gt;Here is my code but it does not work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;solid.GetFeatureByName("Curve").ListSubItems(ModelItemType.ITEM_CURVE);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to programmatically set equations in a curve, is it possible to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;With respect!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 16:55:31 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Customization/Datum-Curve-OTK-Java/m-p/673279#M9638</guid>
      <dc:creator>VladiSlav</dc:creator>
      <dc:date>2020-06-23T16:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Datum Curve_OTK Java</title>
      <link>https://community.ptc.com/t5/Customization/Datum-Curve-OTK-Java/m-p/673350#M9639</link>
      <description>&lt;P&gt;Maybe someone will be useful.&lt;BR /&gt;I did like this:&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;Feature feature = solid.GetFeatureByName("Curve");
stringseq strseq = stringseq.create();
strseq.append("x = 4 * cos ( t * 360 )"); 
strseq.append("y = 4 * sin ( t * 360 )");
strseq.append("z = t");
feature.SetRelations(strseq);&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Jun 2020 04:18:30 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Customization/Datum-Curve-OTK-Java/m-p/673350#M9639</guid>
      <dc:creator>VladiSlav</dc:creator>
      <dc:date>2020-06-24T04:18:30Z</dc:date>
    </item>
  </channel>
</rss>

