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: 

OLE Automatition Interface

6 REPLIES 6
Reply
Message 1 of 7
MFI-MaF
766 Views, 6 Replies

OLE Automatition Interface

Hi everybody,

 

I'm interrested in the automatition of Moldflow. I've read that its posssible to controll MF over the OLE with Python. But for the controlling (automatition) I need the library of the Moldflow API or? I've searched a lot for it but don't found it.

 

Does anybody know where I can find the needed library?

 


Thanks

6 REPLIES 6
Message 2 of 7
kristen.kilroy
in reply to: MFI-MaF

Hello,

 

The API References in Autodesk SImulation Moldflow can be found by selecting the arrow next to the ASM help in Moldflow (see picture below) and selecting API Reference.

 

Menue.png

 

Regards,

-Kristen



Kristen Kilroy


_______________________________________________________________________________
If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!
Message 3 of 7
dinesh27mec
in reply to: MFI-MaF

Hi 

 

Did you started using Python for Moldflow Automation ?

 

I'm trying to use Python as well, but since all the reference manuals are made with VB references, i dont know how to use it .

 

Thanks

Dinesh Kumar D
Message 4 of 7
nordhb
in reply to: dinesh27mec

Hi,

just wanted to add a link to an article:

How to find Moldflow API documentation and reference

from Autodesk Knowledge Network (AKN)

 

Hope this helps.

 

Regards,

Berndt



Berndt Nordh
Message 5 of 7
dinesh27mec
in reply to: nordhb

Hi Berndt,

 

Thanks !! but the references you mentioned is about using VBS.  But i'm looking for Python, i'm not sure how different the calling convention for VBS and Python .

Dinesh Kumar D
Message 6 of 7
be4dawn
in reply to: dinesh27mec

first, it requires python and pywin32.

 

you must install pywin32.

https://sourceforge.net/projects/pywin32/files/?source=navbar

 

simple example is below....

 

import pythoncom
import win32com.client

Synergy = win32com.client.Dispatch("synergy.Synergy")

Viewer = Synergy.Viewer
Viewer.Fit()

 

 

Tags (2)
Message 7 of 7
mahesh_a_patil
in reply to: be4dawn

@dinesh27mec 

Hi Dinesh,

I am also planning to use Python for Moldflow Automation. May I know how you started it?  Did you get any support from the Autodesk team? 

 

Thanks

Mahesh Patil

 

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

Post to forums  

Autodesk Design & Make Report