🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

GETTING ORIGINAL DATA

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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