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_NODEandResultMapping.PER_ELEMENT_NODEmapping and element ID forResultMapping.PER_ELEMENTmapping.
-
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).