Skip to main content
JSON Manual Created Edited

Resultant Force Diagram - Result Display

Input URI

{base url} + view/RESULTGRAPHIC



Active Methods

POST



Examples

Resultant Force Diagram

{
    "Argument": {
        "CURRENT_MODE": "Resultant Force Diagram",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "NAME": "DC2"
        },
        "COMPONENTS": {
            "COMP": "Fx"
        },
        "OPTIONS": {
            "SCALE_FACTOR": 1.1,
            "VALUES": {
                "OPT_CHECK": true
            },
            "OPT_REVERSE": true,
            "OPT_TOP_ALIGNMENT": true
        },
        "OUTPUT_SECT_LOCATION": {
            "OPT_I_J_ALL": "I"
        }
    }


Specifications

No. Description Key Value Type Default Required
1

Result Graphic Mode

 • "Beam Diagrams"

"CURRENT_MODE" String - Required
2 Load Case and Combinations "LOAD_CASE_COMB" Object - Required
(1)

Load Case

 • ST, CS, RS, TH, MV, SM, CB

"TYPE" String - Required
(2)

Load Type

 • Max, Min, All

"MINMAX" String "Max" Optional
(3) Load Name "NAME" String - Required
(4) Step of Load Case "STEP_INDEX" Integer - Required
3 Components "COMPONENTS" Object - Optional
(1)

Components Name

 • Fx, Fy, Fz, Mx, My, Mz

"COMP" String "Fx" Optional
4 Options "OPTIONS" Object - Required
(1) Scale Factor "SCALE_FACTOR" Number 1 Optional
(2) Values Output Details "VALUES" Object - Optional
(3) Reverse "OPT_REVERSE" Boolean false Optional
(4) Top Alignment "OPT_TOP_ALIGNMENT" Boolean false Optional
5 Output Section Location
When "VALUES" is True
"OUTPUT_SECT_LOCATION" Object - Optional
(1)

Available Options

 • I, J, All

"OPT_I_J_ALL" String "I" Optional

1) For more details, refer to the Type of Display manual

0
Was this article helpful?