Deconstructs a nodal reaction into its force and moment components.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Nodal Reaction | NodalReaction | The nodal reaction to deconstruct. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Fx | System.Double | The force reaction in the global X-direction. |
2 | Fy | System.Double | The force reaction in the global Y-direction. |
3 | Fz | System.Double | The force reaction in the global Z-direction. |
4 | Mx | System.Double | The moment reaction about the global X-axis. |
5 | My | System.Double | The moment reaction about the global Y-axis. |
6 | Mz | System.Double | The moment reaction about the global Z-axis. |