QueryGlobalNodePositionsForFrames
-
class
cee.ug.QueryGlobalNodePositionsForFrames() Query to get the global position of a given node(s) in a given frame(s).
Constructors
Methods
Constructors
-
QueryGlobalNodePositionsForFrames.constructor(model) Arguments: - model (
RemoteModel) – None
Return type: QueryGlobalNodePositionsForFrames
- model (
Methods
executeQuery
-
QueryGlobalNodePositionsForFrames.executeQuery(frameIndex, nodes, callback) Arguments: - frameIndex (
number) – The zero-based frame index, or -1 for all frames - nodes (
[NodeIdent]) – None - callback (
QueryGlobalNodePositionsForFramesCallback) – None
Gets the global position of the given node in the given frame(s).
Return type: void - frameIndex (