The Deconstruct Local Axes component breaks a Structures.Solver3D.Elements.LocalAxes object into three Rhino.Geometry.Vector3d objects, one for each the local X, Y, and Z axes.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Local Axes | LocalAxes | A local axes object. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | X | Vector3d | The local X-axis unit vector. |
2 | Y | Vector3d | The local Y-axis unit vector. |
3 | Z | Vector3d | The local Z-axis unit vector. |