<?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: CATIA VB.Net.edit axisSystem in PTC University Training</title>
    <link>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/607831#M1474</link>
    <description>&lt;P&gt;Hi&amp;nbsp;priyankamakke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm unclear if this is related to PTC training. You may want to ask your question to the MindMajix support staff you've linked in your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies I cannot be of more help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 12:09:48 GMT</pubDate>
    <dc:creator>RyanM.Kershner</dc:creator>
    <dc:date>2019-04-29T12:09:48Z</dc:date>
    <item>
      <title>CATIA VB.Net.edit axisSystem</title>
      <link>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/606662#M1472</link>
      <description>&lt;P&gt;I'm trying to reverse the zip direction of an axis system in &lt;A href="https://mindmajix.com/catia-training" target="_blank" rel="noopener"&gt;CATIA&lt;/A&gt;, using VB.Net.&lt;/P&gt;
&lt;P&gt;I tried the following :&lt;/P&gt;
&lt;PRE class="lang-vb prettyprint prettyprinted"&gt;&lt;CODE&gt;&lt;SPAN class="kwd"&gt;Public&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;Const&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; catAxisSystemAxisOppositeDirection &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;As&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; MECMOD&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;CATAxisSystemAxisType &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;2&lt;/SPAN&gt;
&lt;SPAN class="pun"&gt;`&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;Public&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;Const&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; catAxisSystemAxisOppositeDirection &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;As&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; MECMOD&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;CATAxisSystemAxisType &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;2&lt;/SPAN&gt;

&lt;SPAN class="kwd"&gt;Dim&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; axisSystems1 &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; selection1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Item&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Value 
axisSystems1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;Name &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"Screw hole direction."&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; Num_hole    
axisSystems1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;ZAxisDirection &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; catAxisSystemAxisOppositeDirection&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;With this it occurs an error. I tried the same in the VB6 editor inside Catia and it works. In VB.Net it doesn't.&lt;/P&gt;
&lt;P&gt;I also tried to create a new axisSystem and I wasn't successful. I don't know what to do&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:47:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/606662#M1472</guid>
      <dc:creator>priyankamakke</dc:creator>
      <dc:date>2020-06-03T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: CATIA VB.Net.edit axisSystem</title>
      <link>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/607831#M1474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;priyankamakke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm unclear if this is related to PTC training. You may want to ask your question to the MindMajix support staff you've linked in your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies I cannot be of more help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:09:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/607831#M1474</guid>
      <dc:creator>RyanM.Kershner</dc:creator>
      <dc:date>2019-04-29T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: CATIA VB.Net.edit axisSystem</title>
      <link>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/622784#M1501</link>
      <description>&lt;P&gt;You need to contact with the technical support service, here:&amp;nbsp;&lt;A href="https://mindmajix.com/contact" target="_blank"&gt;https://mindmajix.com/contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:47:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/PTC-University-Training/CATIA-VB-Net-edit-axisSystem/m-p/622784#M1501</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2019-08-19T12:47:51Z</dc:date>
    </item>
  </channel>
</rss>

