 LoadTransform
 LoadTransform
Loads transform from a file in JSON format and apply it to specified geometry.
Inputs
- Geometry
- GeometryGeometry with existing transform
Output
GeometryGeometry with modified transform
Parameters
- File Name:
- a file path to load from. Supports Path Interpretation. 
- Combine with Self Transform:
- if set, the current model transform will be combined with a loaded one. 
- Inverted:
- if set, loaded transform will be inverted. 
- Apply Translation:
- if set, loads translation. 
- Apply Rotation:
- if set, loads rotation. 
- Apply Scale:
- if set, loads scale.