Globalize
Resolves coordinates and system transformations with respect to the global coordinate system.
Inputs
- nodes
- A node entity table.
- coords
- A coordinate vector value table.
- systems
- A system entity table.
Outputs
- coords
- A coordinate vector value table (in/out).
- systems
- A system entity table (in/out).
Comments
- Systems and coordinates relative to non-global systems will be transformed to the global system.
- This operator should be called within the model/commit block to insure all systems and coordinates are properly transformed to the global coordinate frame.
- All vectors in coords must be relative to the global system.
- This operator is not available in the expression builder.
Syntax
N/AXML Example
<call name="Globalize" nodes="node_tab" systems="sys_tab"
coords="coord_tab" />