QueryPartResultsDataItem

class cee.ug.QueryPartResultsDataItem()

The result data item of QueryPartResultsData.itemDataArr.


Properties

QueryPartResultsDataItem.itemId
Type:

number

The id of the item. This is the node ID for ResultMapping.PER_NODE and ResultMapping.PER_ELEMENT_NODE mapping and element ID for ResultMapping.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).