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

Methods


Constructors

constructor

cee.ug.QueryAllElementResultsForFrame.constructor(model)
Arguments
Return type

cee.ug.QueryAllElementResultsForFrame

Accessors

cee.ug.QueryAllElementResultsForFrame.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).

Methods

executeQuery

cee.ug.QueryAllElementResultsForFrame.executeQuery(frameIndex, callback)

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

Arguments
Return type

void