Local Max Probes, how to access

sombodyfromtheworld
sombodyfromtheworld Member Posts: 29
10 Comments Name Dropper
**

Is there a possibily to access that table with maximum probes and their locations?
And also display them on the geometry?

Answers

  • Mike.Thompson
    Mike.Thompson Member, Employee Posts: 330
    25 Answers First Anniversary 100 Comments 25 Likes
    ✭✭✭✭

    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 nodes

  • sombodyfromtheworld
    sombodyfromtheworld Member Posts: 29
    10 Comments Name Dropper
    **
    edited January 5

    Thanks for an answer.
    So there is no a straight forward solution like with TabularData:
    paneTabular = ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.TabularData)