Skip to main content
JSON Manual Created Edited

Wall Force - Analysis Result Table

Input URI

{base url} + POST/TABLE



 

Active Methods

Post



JSON Schema

Wall Force/Moment

{
    "Argument": {
        "EXPORT_PATH": "string",
        "TABLE_NAME": "WALL_FORCE_MOMENT",
        "TABLE_TYPE": "string",
        "UNIT": {
            "FORCE": "KGF",
            "DIST": "MM",
            "HEAT": "CAL",
            "TEMP": "C"
        },
        "STYLES": {
            "FORMAT": "DEFAULT",
            "PLACE": 0
        },
        "NODE_ELEMS": {
            "KEYS": [
                0
            ],
            "TO": "string",
            "STRUCTURE_GROUP_NAME": "string"
        },
        "SECT_POSITION": "string",
        "PARTS": [
            "string"
        ],
        "STORY_NAMES": [
            "string"
        ]
    }
}


Request Examples

Wall Force/Moment

{
    "Argument": {
        "TABLE_NAME": "WALL_FORCE_MOMENT",
        "TABLE_TYPE": "WALL_FORCE_MOMENT",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 3
        },
        "NODE_ELEMS": {
            "KEYS": [
                1,
                2,
                3
            ]
        },
        "LOAD_CASE_NAMES": [
            "gLCB6(CB)"
        ],
        "STORY_NAMES": [
            "1F"
        ],
        "COMPONENTS": [
            "Story",
            "Level",
            "Wall",
            "Load",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ]
    }
}


Response Examples

Wall Force/Moment

{
    "WALL_FORCE_MOMENT": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "Wall",
            "Load",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z",
            "Part",
            "Axial",
            "Shear-y",
            "Shear-z",
            "Torsion",
            "Moment-y",
            "Moment-z"
        ],
        "DATA": [
            [
                "1",
                "1F",
                "0.000",
                "1",
                "gLCB6",
                "top",
                "-8546.789",
                "0.000",
                "-57.818",
                "0.000",
                "114.403",
                "0.000",
                "bot",
                "-8750.140",
                "0.000",
                "-57.818",
                "0.000",
                "-174.688",
                "0.000"
            ],
            [
                "2",
                "1F",
                "0.000",
                "2",
                "gLCB6",
                "top",
                "-3979.051",
                "0.000",
                "76.784",
                "0.000",
                "-37.290",
                "0.000",
                "bot",
                "-4063.781",
                "0.000",
                "76.784",
                "0.000",
                "346.631",
                "0.000"
            ],
            [
                "3",
                "1F",
                "0.000",
                "3",
                "gLCB6",
                "top",
                "-3911.619",
                "0.000",
                "-31.190",
                "0.000",
                "291.642",
                "0.000",
                "bot",
                "-3996.348",
                "0.000",
                "-31.190",
                "0.000",
                "135.689",
                "0.000"
            ]
        ]
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "WALL_FORCE_MOMENT"

"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]

All

Optional

7

Node / Element No. Input

 • Use Only One of the Three Methods

"NODE_ELEMS"

Object

All

Optional

Method 1: Specify Each ID

(1)

 • "KEYS": [101, 102, 103]

"KEYS"

Array
[Integer]

-

Optional

Method 2: Specify ID Range

(1)

 • "TO": "101 to 105"

"TO"

String

-

Optional

Method 3: Specify Structure Group Name

(1)

 • "STRUCTURE_GROUP_NAME": "SG1"

"STRUCTURE_GROUP_NAME"

String

-

Optional

8

Load Name & Type

 • Static Load Cases

   ◦ NAME + "(ST)"

 • Load Combinations

   ◦ NAME + "(CB)"

   ◦ NAME + "(CB:all)"

   ◦ NAME + "(CB:max)"

   ◦ NAME + "(CB:min)"

 • Construction Stage

   ◦ NAME + "(CS)"

 • Response Spectrum

   ◦ NAME + "(RS)"

 • Moving Load

   ◦ NAME + "(MV)"

 • Settlement Load

   ◦ NAME + "(SM)"

 • Time History Load

   ◦ NAME + "(TH)"

"LOAD_CASE_NAMES

Array [String]

ALL

Optional

9

Story Names

"STORY_NAMES"

Array [String]

All

Optional

0
Was this article helpful?