Local Max Probes, how to access
sombodyfromtheworld
Member Posts: 29
**
in Structures
Is there a possibily to access that table with maximum probes and their locations?
And also display them on the geometry?
0
Answers
-
The vast majority of post objects have a property: Obj.PlotData
There should be many posts related to usage of this plot data to get the node IDs and associated values for the plot.
You can then use whatever python function you wish to determine your maximums and nodes1 -
Thanks for an answer.
So there is no a straight forward solution like with TabularData:paneTabular = ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.TabularData)
0