QueryPartResultsData

class cee.ug.QueryPartResultsData()

The result data of a QueryPartResults.


Properties

QueryPartResultsData.frameIndex
Type:

number

The zero-based frame index.

QueryPartResultsData.geometryIndex
Type:

number

The zero-based geometryIndex of the part.

QueryPartResultsData.itemDataArr
Type:

[QueryPartResultsDataItem]

Data per item. Depending on resultMapping, This will be per node for ResultMapping.PER_NODE, per element for ResultMapping.PER_ELEMENT, per element node for ResultMapping.PER_ELEMENT_NODE.

QueryPartResultsData.partId
Type:

number

The id of the part.

QueryPartResultsData.resultId
Type:

number

Id of the result on which the query was performed.

QueryPartResultsData.resultMapping
Type:

ResultMapping

The result mapping of the specified result. The mappings supported by this query are ResultMapping.PER_NODE, ResultMapping.PER_ELEMENT and ResultMapping.PER_ELEMENT_NODE.

QueryPartResultsData.resultType
Type:

ResultType

Type of result. Scalar or vector type is supported.