- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, everyone. Could you please teach me about API?
I am using MoldFlow version 2021.1.
I am trying to automate a series of operations of simulation by using the API. In the API program, I am utilizing the "StudyDoc.MeshNow" or "StudyDoc.AnalyzeNow" commands, but these commands make an appearance window related to SCM below.
This window requires user operation to close. So, due to this window, the API program is stopped by waiting for user input.
I know that utilizing MDLmesher or "runstudy" utility can avoid using SCM but, the process that using them is slower because the definition of the injection process is complex.
So, is there any way to avoid the appearance of the window or control the window by API?
Solved! Go to Solution.