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