Local Max Probes, how to access

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: 366
    25 Answers 100 Comments Second Anniversary 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: 32
    10 Comments First Anniversary Name Dropper
    **
    edited January 2024

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