GETTING ORIGINAL DATA
Altair Forum User
Altair Employee
hi,
there is a way to get for example element id from hyperWiew and results for it by:
$query SetQuery 'element.id contour.value'
but i can't find away to get original data straight from solver for this element. These data are displayed
in query window like others ( e.g. element id, element config, component name, contour value, element connectivity)
does anybody know how to refer to original data?
0
Answers
-
hi dekert,
original data is associated only with nodes, and you can query it as given below
$query SetQuery 'node.id node.value'
Hope this helps !
0