Documentation [Deprecated]
SkyCiv Documentation








RC Design
General
Code Verification




Can't find what you're after?

Reactions

Specifies the reaction forces at supports.

Result Key Type Unit Description
reactions Object Force or Moment Each key corresponds to the node ID where the support exists.

Reaction Key Type Unit Description
Fx Number Force Reaction force in the global X-axis.
Fy Number Force Reaction force in the global Y-axis.
Fz Number Force Reaction force in the global Z-axis.
Mx Number Force-Length (Moment) Moment force in the global X-axis.
My Number Force-Length (Moment) Moment force in the global Y-axis.
Mz Number Force-Length (Moment) Moment force in the global Z-axis.

Example

{
    "reactions": {
        "1": {
            "Fx": -1.21279,
            "Fy": 151.5389,
            "Fz": 1.17606,
            "Mx": 5.74004,
            "My": 0.00539,
            "Mz": 3.80454
        },
        "2": {
            "Fx": -1.1452,
            "Fy": 22.28096,
            "Fz": -0.35529,
            "Mx": 3.4862,
            "My": 0,
            "Mz": 0
        },
        "3": {
            "Fx": 0.35799,
            "Fy": 19.06995,
            "Fz": -0.82077,
            "Mx": 0,
            "My": 0,
            "Mz": 0
        }
    }
}