QueryPartResultsDataItem
- class cee.ug.QueryPartResultsDataItem()
The result data item of
QueryPartResultsData.itemDataArr
.
Properties
Properties
- QueryPartResultsDataItem.itemId
- Type:
number
The id of the item. This is the node ID for
ResultMapping.PER_NODE
andResultMapping.PER_ELEMENT_NODE
mapping and element ID forResultMapping.PER_ELEMENT
mapping.
- QueryPartResultsDataItem.itemPosition
- Type:
Vec3
The position of the item. Node position or the element centroid in case of
ResultMapping.PER_ELEMENT
.
- QueryPartResultsDataItem.itemResult
- Type:
[number]
Per item result. One value for scalar results and a triplet (x,y,z) for vector results (
QueryPartResultsData.resultType
).