GETTING ORIGINAL DATA

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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?

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2011

    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 ! o:)