QueryAllElementResultsForFrame

class cee.ug.QueryAllElementResultsForFrame()

Query to get element results and element centroids for all elements in a given frame

For results mappings other than PER_ELEMENT, an interpolation type can be specified to determine how to compute the element value (min, max or average of the element nodes).

Constructors

Accessors

  • elementInterpolationType

Methods


Constructors

QueryAllElementResultsForFrame.constructor(model)
Arguments:
Return type:

QueryAllElementResultsForFrame

Accessors

cee.ug.elementInterpolationType()

Element interpolation type.

If the result is not PER_ELEMENT, use this property to specify how to compute the per element result. (Min/Max/Average).

Return type:

ElementInterpolationType

cee.ug.elementInterpolationType(resultType)
Arguments:
  • resultType (ElementInterpolationType) – None

Return type:

void

Methods

executeQuery

QueryAllElementResultsForFrame.executeQuery(frameIndex, callback)
Arguments:

Gets element results and element centroids for all elements in the given frame

Return type:

void