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
constructor
- cee.ug.QueryAllElementResultsForFrame.constructor(model)
- Arguments
- model ( - cee.ug.RemoteModel) –
 
- 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
- frameIndex ( - number) – The zero-based frame index
- callback ( - cee.ug.QueryAllElementResultsForFrameCallback) –
 
- Return type
- void
 
