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: 

API Help - How to Include "Temp at Flow Front" for Weld Line Plot?

0 REPLIES 0
Reply
Message 1 of 1
RK1097
154 Views, 0 Replies

API Help - How to Include "Temp at Flow Front" for Weld Line Plot?

I require additional plot showing temperature at which weld lines form. I cannot figure out how to call for "Highlight Dataset" to choose "Temperature at Flow Front" in the plot properties. I've looked through the Synergy API and yet to find a solution, please help if you have a solution.

 

Thanks in advance.

 

Here's the script that creates a new Weld Line Plot with opaque model:

'%RunPerInstance

SetLocale("en-us")
Dim SynergyGetter, Synergy
On Error Resume Next
Set SynergyGetter = GetObject(CreateObject("WScript.Shell").ExpandEnvironmentStrings("%SAInstance%"))
On Error GoTo 0
If (Not IsEmpty(SynergyGetter)) Then
	Set Synergy = SynergyGetter.GetSASynergy
Else
	Set Synergy = CreateObject("synergy.Synergy")
End If
Synergy.SetUnits "Metric"

'Weld Lines - Temperature Plot
Set PlotManager = Synergy.PlotManager()
Set Plot = PlotManager.CreatePlotByDsID2(1722, 10)
Plot.SetComponent 3
Plot.SetMeshFill 1
Plot.SetPlotMethod 2
Plot.Regenerate

 

Labels (6)
0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report