<?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 Creating a list of all the surface nodes and tetras of a part in Moldflow Insight Forum</title>
    <link>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9318759#M2877</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was wondering whether it is possible to get a list of all the nodes (and/or tetras) that are on the surface of a part? Perhaps using the udm file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks and best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 14:23:48 GMT</pubDate>
    <dc:creator>MulKV-II</dc:creator>
    <dc:date>2020-02-14T14:23:48Z</dc:date>
    <item>
      <title>Creating a list of all the surface nodes and tetras of a part</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9318759#M2877</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was wondering whether it is possible to get a list of all the nodes (and/or tetras) that are on the surface of a part? Perhaps using the udm file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks and best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 14:23:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9318759#M2877</guid>
      <dc:creator>MulKV-II</dc:creator>
      <dc:date>2020-02-14T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a list of all the surface nodes and tetras of a part</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9324868#M2878</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
&lt;P&gt;to get the data you ask for is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to manually select tetras on same surface, and then the same for nodes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, select a single tetra on different surfaces.&lt;/P&gt;
&lt;P&gt;Tab Geometry , Selection : small arrow down at two squares icon .&lt;/P&gt;
&lt;P&gt;Select "Tetras on Same Surface".&lt;/P&gt;
&lt;P&gt;Move tetras to new layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same for nodes:&lt;/P&gt;
&lt;P&gt;First, select a single node on different surfaces.&lt;/P&gt;
&lt;P&gt;Tab Geometry , Selection : small arrow down at two squares icon .&lt;/P&gt;
&lt;P&gt;Select "Nodes on Same Surface".&lt;/P&gt;
&lt;P&gt;Move nodes to new layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Delete the original tetra layer, and keep tetra surface layer.&lt;/P&gt;
&lt;P&gt;Delete the original node layer, and keep node surface layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save study and then export to udm-format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to create an Moldflow API script, where you only need to select "Tetras on Same Surface" manually&lt;/P&gt;
&lt;P&gt;and then run a script that writes the tetras and nodes to a file. A bit of programming though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Berndt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 10:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9324868#M2878</guid>
      <dc:creator>bernor_mf</dc:creator>
      <dc:date>2020-02-18T10:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a list of all the surface nodes and tetras of a part</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9325227#M2879</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3208057"&gt;@bernor_mf&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you as always for your meaningful answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, I thought that I would need to do it like that.&lt;/P&gt;&lt;P&gt;It would have been nice, if the surface nodes/elements were somehow stated within the udm file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 13:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9325227#M2879</guid>
      <dc:creator>MulKV-II</dc:creator>
      <dc:date>2020-02-18T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a list of all the surface nodes and tetras of a part</title>
      <link>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9327139#M2880</link>
      <description>&lt;P&gt;Thanks, Martin!&lt;/P&gt;
&lt;P&gt;Happy to help.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I actually had a look at udm-file, but could not find that it has such properties of "surface" for nodes/tetras.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So this is dealt with , within solver or Synergy UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could raise an enhancement request at&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/moldflow-ideas/idb-p/91" target="_blank" rel="noopener"&gt;Moldflow Ideas .&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Berndt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 08:28:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/moldflow-insight-forum/creating-a-list-of-all-the-surface-nodes-and-tetras-of-a-part/m-p/9327139#M2880</guid>
      <dc:creator>bernor_mf</dc:creator>
      <dc:date>2020-02-19T08:28:24Z</dc:date>
    </item>
  </channel>
</rss>

