Skip to main content
JSON Manual Created Edited

Story Eccentricity - Story Result Table

Input URI

{base url} + POST/TABLE



Active Methods

Post



JSON Schema

Details



Request Examples

Story Eccentricity

{
    "Argument": {
        "TABLE_NAME": "Example",
        "TABLE_TYPE": "STORY_ECNTRICITY",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        }
    }
}


Response Examples

Story Eccentricity

{
    "Example": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "Weight Center/X",
            "Weight Center/Y",
            "Stiffness Center/X",
            "Stiffness Center/Y",
            "Ecc. Dist./X",
            "Ecc. Dist./Y",
            "Torsional Stiffness",
            "El. Radius/X",
            "El. Radius/Y",
            "Ecc. Ratio/X",
            "Ecc. Ratio/Y"
        ],
        "DATA": [
            [
                "1",
                "Roof",
                "8.500000000000",
                "-3.615980663971",
                "-2.556113113542",
                "-5.744037990008",
                "0.437974763722",
                "2.128057326037",
                "2.994087877264",
                "10819091.305889900774",
                "2.299549236852",
                "2.770672579299",
                "1.302032515452",
                "0.768065249549"
            ],
            [
                "2",
                "2F",
                "4.500000000000",
                "-2.596644256392",
                "-2.753058794249",
                "-4.267797048951",
                "0.253966423770",
                "1.671152792559",
                "3.007025218020",
                "86202356.335895597935",
                "5.434752806107",
                "4.240970797253",
                "0.553295674210",
                "0.394049587335"
            ],
            [
                "3",
                "1F",
                "0.000000000000",
                "-0.388515642036",
                "-2.566315522556",
                "1.319597229145",
                "-2.761082203637",
                "1.708112871181",
                "0.194766681082",
                "971064817.176553010941",
                "5.940557648502",
                "7.782522219202",
                "0.032785925599",
                "0.219480628911"
            ],
            [
                "4",
                "B1",
                "-4.000000000000",
                "-1.031279211481",
                "-4.674015738105",
                "-1.484786069833",
                "-5.388653640090",
                "0.453506858351",
                "0.714637901985",
                "339538055.397906005383",
                "4.517892400994",
                "1.571640004650",
                "0.158179486928",
                "0.288556448684"
            ],
            [
                "5",
                "B2",
                "-6.500000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ]
        ]
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "STORY_ECNTRICITY"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

4

Response Unit Setting

"UNIT"

Object

System

Optional

(1)

Force

"FORCE"

String

-

Optional

(2)

Length

"DIST"

String

-

Optional

(3)

Heat

"HEAT"

String

-

Optional

(4)

Temperature

"TEMP"

String

-

Optional

5

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Default"

 • "Fixed"

 • "Scientific"

 • "General"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

6

Components of Result Table

"COMPONENTS"

Array [String]

-

Read Only

0
Was this article helpful?