QuerySetItems
-
class
cee.ug.
QuerySetItems
() Query to get all the items in a given set
Constructors
Accessors
Methods
Constructors
-
QuerySetItems.
constructor
(model) Arguments: - model (
RemoteModel
) – None
Return type: QuerySetItems
- model (
Accessors
-
QuerySetItems.
getTesselationForFrameIndex
() Specify if a tessellation of the specified set should be returned for a given frame index.
Default is -1, which means no tesselation of the set will be provided.
For ELEMENT_FACE sets, it will return a triangulation of the combined element faces in the set in the QuerySetItemsItem.faceTriangleVertices array
For ELEMENT_EDGE sets, it will return the lines of the combined element edges in the set in the QuerySetItemsItem.edgeLineVertices array
For ELEMENT_NODE sets, it will return the lines of the combined element edges in the set in the QuerySetItemsItem.edgeLineVertices array
Return type: number
-
QuerySetItems.
getTesselationForFrameIndex
(includeTriangles) Arguments: - includeTriangles (
number
) – None
Return type: void
- includeTriangles (
Methods
executeQuery
-
QuerySetItems.
executeQuery
(setId, callback) Arguments: - setId (
number
) – Id of the set to query items from - callback (
QuerySetItemsCallback
) – None
Gets the global position of the given node in the given frame(s).
Return type: void - setId (