Getting calculation points from panel result query API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Im using the query function to extract results from the panels in my model, but i cant seem to be able to get the X,Y,Z coordinates of the calculation points it uses?
I have successfully used the "RobResRowSet.CurrentRow.GetParam(I_RPT_RESULT_POINT_COORDINATES)" feature to get these coordinates for Bar results, but i dont seem to be able to do this with panels.
As Im getting the results at the nodes, i have been using a workaround, to get the coordinates by first getting the node id "no = RobResRowSet.CurrentRow.GetParam(I_RPT_NODE)"
and then getting the node data by a "Nodes.Get(node)" setup.
However, this is just far too slow to be able to handle the amount of data I need to process.
Can I not get this information directly through the query?
Also bonus question - is it really not possible to get the results directly at the Gauss points instead of these inter-/extrapolated points (Element center or nodes)?