Moldflow Insight Forum
Welcome to Autodesk’s Moldflow Insight Forums. Share your knowledge, ask questions, and explore popular Moldflow Insight topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AMI API

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
BartekMoldflow
627 Views, 2 Replies

AMI API

Hi at all,

does anybody know if it is possible to determine surface nodes of a 3d model by using a script/macro ?

1G       6       0       0  000000
 1     152       0       2       0       0       0       0       0
-1.000000000E-03 0.000000000E+00 4.000000000E-03

--> surface node
1G       6       0       0  000000
 1     153       0       2       0       0       0       0       0
-1.000000000E-03 1.000000000E-03 2.333333333E-03
1G       6       0       0  000000

--> in body node

 

programming language didn't  distinguish!

 

Regards

Bartek Piotrowski

2 REPLIES 2
Message 2 of 3
nordhb
in reply to: BartekMoldflow

Hi,
it should be possible.

First, I had a look in the API Reference for Autodesk Simulation Moldflow Insight.

You can find this via:
In the user interface Synergy, at top-right of user interface, beside Help-button, the question-mark "?", there is a small arrow-down.

Click the small arrow down and select "API Reference"

In the API reference there is no direct method to get the surface nodes of a 3D mesh, the nodes at the part-mold interface.
(Or the nodes of an triangle side of an tetra, that has not an triangle side in common with another tetra triangle side.)

You need to create an algorithm that find the tetras with the triangle side nodes not connected to, in common with, another tetra triangle side.

You can find nodes of elements via Object GetElemNodes  ( Object  aElem   )
Please, see the API Reference for more information.

Hope this helps.


Regards,

Berndt



Berndt Nordh
Message 3 of 3
BartekMoldflow
in reply to: nordhb

Hi Berndt,
thank you for the quick supply. It helped a lot.
Regards
Bartek

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums