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
Methods
Constructors
-
QueryAllElementResultsForFrame.constructor(model) Arguments: - model (
RemoteModel) – None
Return type: QueryAllElementResultsForFrame
- model (
Accessors
-
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).
Return type: ElementInterpolationType
-
QueryAllElementResultsForFrame.elementInterpolationType(resultType) Arguments: - resultType (
ElementInterpolationType) – None
Return type: void
- resultType (
Methods
executeQuery
-
QueryAllElementResultsForFrame.executeQuery(frameIndex, callback) Arguments: - frameIndex (
number) – The zero-based frame index - callback (
QueryAllElementResultsForFrameCallback) – None
Gets element results and element centroids for all elements in the given frame
Return type: void - frameIndex (