Use this when you want to extract the components of a frame within a flow, for example isolating origin point and axis vectors from a reference frame for further use.
Category: Geometric Operations
Kind: Operation
Description: Deconstruct a frame into its components
Inputs
Name | Abbreviation | Type | Access | Description |
Frame | F | Frame | Item | The frame |
Outputs
Name | Abbreviation | Type | Access | Description |
Origin | O | Vector | Item | The origin of the frame |
X | X | Vector | Item | The x axis of the frame |
Y | Y | Vector | Item | The y axis of the frame |
Z | Z | Vector | Item | The z axis of the frame |

