Skip to main content
JSON Manual Created Edited

DESIGN/RC/KDS-41-20-2022/TABLE : Column Design Forces

Input URI

{base url} + DESIGN/RC/KDS-41-20-2022/TABLE



Active Methods

POST



JSON Schema

Details

{
  "type""object",
  "required": [
    "Argument"
  ],
  "additionalProperties"false,
  "properties": {
    "Argument": {
      "type""object",
      "required": [
        "TABLE_TYPE"
      ],
      "additionalProperties"false,
      "properties": {
        "TABLE_NAME": {
          "type""string",
          "description""Response Table Title",
          "default"""
        },
        "TABLE_TYPE": {
          "type""string",
          "description""Result Table Type",
          "enum": [
            "COLUMNDESIGNFORCES"
          ]
        },
        "EXPORT_PATH": {
          "type""string",
          "description""Result Table Save Path"
        },
        "UNIT": {
          "type""object",
          "description""Response Unit Setting",
          "properties": {
            "FORCE": {
              "type""string",
              "description""Force unit"
            },
            "DIST": {
              "type""string",
              "description""Length/Distance unit"
            },
            "HEAT": {
              "type""string",
              "description""Heat unit"
            },
            "TEMP": {
              "type""string",
              "description""Temperature unit"
            }
          },
          "default""System"
        },
        "STYLES": {
          "type""object",
          "description""Response Number Format",
          "properties": {
            "FORMAT": {
              "type""string",
              "description""Number format",
              "enum": [
                "Default",
                "Fixed",
                "Scientific",
                "General"
              ]
            },
            "PLACE": {
              "type""integer",
              "description""Digit place",
              "minimum"0,
              "maximum"15
            }
          },
          "default""System"
        },
        "COMPONENTS": {
          "type""array",
          "description""Components of Result Table",
          "items": {
            "type""string",
            "enum": [
              "Index",
              "Memb",
              "Part",
              "LComName",
              "Type",
              "Fx",
              "Fy",
              "Fz",
              "Mx",
              "My",
              "Mz"
            ]
          }
        },
        "NODE_ELEMS": {
          "type""object",
          "description""Node/Element No. Input",
          "properties": {
            "KEYS": {
              "type""array",
              "description""Specify Each ID",
              "items": {
                "type""integer"
              }
            },
            "TO": {
              "type""string",
              "description""Specify ID Range (e.g., '1to160')"
            },
            "STRUCTURE_GROUP_NAME": {
              "type""string",
              "description""Specify Structure Group Name"
            }
          },
          "oneOf": [
            {
              "required": [
                "KEYS"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "TO"
                    ]
                  },
                  {
                    "required": [
                      "STRUCTURE_GROUP_NAME"
                    ]
                  }
                ]
              }
            },
            {
              "required": [
                "TO"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "KEYS"
                    ]
                  },
                  {
                    "required": [
                      "STRUCTURE_GROUP_NAME"
                    ]
                  }
                ]
              }
            },
            {
              "required": [
                "STRUCTURE_GROUP_NAME"
              ],
              "not": {
                "anyOf": [
                  {
                    "required": [
                      "KEYS"
                    ]
                  },
                  {
                    "required": [
                      "TO"
                    ]
                  }
                ]
              }
            }
          ]
        },
        "PARTS": {
          "type""array",
          "description""Element Part Number",
          "items": {
            "type""string",
            "enum": [
              "PartI",
              "Part2/4",
              "PartJ"
            ]
          },
          "default": [
            "All"
          ]
        }
      }
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "TABLE_TYPE": "COLUMNDESIGNFORCES",
    "COMPONENTS": [
      "Index",
      "Memb",
      "Part",
      "LComName",
      "Type",
      "Fx",
      "Fy",
      "Fz",
      "Mx",
      "My",
      "Mz"
    ],
    "PARTS": [
      "PartI"
    ],
    "NODE_ELEMS": {
      "KEYS": [
        915
      ]
    }
  }
}


Response Examples

Example

{
  "empty": {
    "FORCE": "KN",
    "DIST": "M",
    "HEAD": [
      "Index",
      "Memb",
      "Part",
      "LComName",
      "Type",
      "Fx",
      "Fy",
      "Fz",
      "Mx",
      "My",
      "Mz"
    ],
    "DATA": [
      [
        "1",
        "915",
        "I",
        "cLCB5",
        "Max",
        "117.7094",
        "1.8682",
        "1.4004",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "2",
        "915",
        "I",
        "cLCB6",
        "Max",
        "134.8031",
        "2.2316",
        "1.8042",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "3",
        "915",
        "I",
        "cLCB7",
        "Max",
        "185.2628",
        "3.2994",
        "2.3477",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "4",
        "915",
        "I",
        "cLCB8",
        "Max",
        "179.5118",
        "3.2098",
        "2.1266",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "5",
        "915",
        "I",
        "cLCB9",
        "Max",
        "179.4833",
        "3.2257",
        "2.1489",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "6",
        "915",
        "I",
        "cLCB10",
        "Max",
        "179.4461",
        "3.2110",
        "2.1379",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "7",
        "915",
        "I",
        "cLCB11",
        "Max",
        "179.4056",
        "3.2127",
        "2.1461",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "8",
        "915",
        "I",
        "cLCB12",
        "Max",
        "179.2950",
        "3.2343",
        "2.1876",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "9",
        "915",
        "I",
        "cLCB13",
        "Max",
        "179.3234",
        "3.2184",
        "2.1653",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "10",
        "915",
        "I",
        "cLCB14",
        "Max",
        "179.3606",
        "3.2331",
        "2.1763",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "11",
        "915",
        "I",
        "cLCB15",
        "Max",
        "179.4011",
        "3.2314",
        "2.1681",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "12",
        "915",
        "I",
        "cLCB16",
        "Max",
        "131.5043",
        "2.1607",
        "1.6288",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "13",
        "915",
        "I",
        "cLCB17",
        "Max",
        "131.4473",
        "2.1925",
        "1.6735",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "14",
        "915",
        "I",
        "cLCB18",
        "Max",
        "131.3730",
        "2.1631",
        "1.6516",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "15",
        "915",
        "I",
        "cLCB19",
        "Max",
        "131.2919",
        "2.1665",
        "1.6679",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "16",
        "915",
        "I",
        "cLCB20",
        "Max",
        "131.0706",
        "2.2096",
        "1.7509",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "17",
        "915",
        "I",
        "cLCB21",
        "Max",
        "131.1276",
        "2.1778",
        "1.7063",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "18",
        "915",
        "I",
        "cLCB22",
        "Max",
        "131.2019",
        "2.2072",
        "1.7282",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "19",
        "915",
        "I",
        "cLCB23",
        "Max",
        "131.2830",
        "2.2039",
        "1.7118",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "20",
        "915",
        "I",
        "cLCB24",
        "Max",
        "116.6119",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "21",
        "915",
        "I",
        "cLCB25",
        "Max",
        "116.5219",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "22",
        "915",
        "I",
        "cLCB26",
        "Max",
        "116.7170",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "23",
        "915",
        "I",
        "cLCB27",
        "Max",
        "116.7170",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "24",
        "915",
        "I",
        "cLCB28",
        "Max",
        "116.5219",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "25",
        "915",
        "I",
        "cLCB29",
        "Max",
        "116.6119",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "26",
        "915",
        "I",
        "cLCB30",
        "Max",
        "116.4169",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "27",
        "915",
        "I",
        "cLCB31",
        "Max",
        "116.4169",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "28",
        "915",
        "I",
        "cLCB32",
        "Max",
        "75.8872",
        "1.1766",
        "0.8392",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "29",
        "915",
        "I",
        "cLCB33",
        "Max",
        "75.8302",
        "1.2084",
        "0.8838",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "30",
        "915",
        "I",
        "cLCB34",
        "Max",
        "75.7558",
        "1.1790",
        "0.8619",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "31",
        "915",
        "I",
        "cLCB35",
        "Max",
        "75.6748",
        "1.1823",
        "0.8783",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "32",
        "915",
        "I",
        "cLCB36",
        "Max",
        "75.4535",
        "1.2255",
        "0.9613",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "33",
        "915",
        "I",
        "cLCB37",
        "Max",
        "75.5104",
        "1.1937",
        "0.9166",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "34",
        "915",
        "I",
        "cLCB38",
        "Max",
        "75.5848",
        "1.2231",
        "0.9386",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "35",
        "915",
        "I",
        "cLCB39",
        "Max",
        "75.6658",
        "1.2197",
        "0.9222",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "36",
        "915",
        "I",
        "cLCB40",
        "Max",
        "75.7153",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "37",
        "915",
        "I",
        "cLCB41",
        "Max",
        "75.6253",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "38",
        "915",
        "I",
        "cLCB42",
        "Max",
        "75.8204",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "39",
        "915",
        "I",
        "cLCB43",
        "Max",
        "75.8204",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "40",
        "915",
        "I",
        "cLCB44",
        "Max",
        "75.6253",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "41",
        "915",
        "I",
        "cLCB45",
        "Max",
        "75.7153",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "42",
        "915",
        "I",
        "cLCB46",
        "Max",
        "75.5203",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ],
      [
        "43",
        "915",
        "I",
        "cLCB47",
        "Max",
        "75.5203",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000",
        "0.0000"
      ]
    ]
  }
}


Specifications

Keyed Object Entry

No. Description Key Value Type Default Required

Root Object

1

Map of keyed objects where each key is a string identifier.

"Argument"

object

-

Required


Item (Value Object Schema)

No. Description Key Value Type Default Required

General

1

Table Name

Output table title in response

"TABLE_NAME"

string

""

Optional

2

Table Type

• COLUMNDESIGNFORCES: "COLUMNDESIGNFORCES"

"TABLE_TYPE"

string

-

Required

3

Export Path

Optional: Save results to file path

"EXPORT_PATH"

string

-

Optional

4

Unit Settings

"UNIT"

object

System

Optional

4.1

Force unit

"FORCE"

string

-

Optional

4.2

Length/Distance unit

"DIST"

string

-

Optional

4.3

Heat unit

"HEAT"

string

-

Optional

4.4

Temperature unit

"TEMP"

string

-

Optional

5

Number Format

"STYLES"

object

System

Optional

5.1

Number format

• Default: "Default"

• Fixed: "Fixed"

• Scientific: "Scientific"

• General: "General"

"FORMAT"

string

-

Optional

5.2

Digit place

Constraints:

• Value Range: >= 0, <= 15

"PLACE"

integer

-

Optional

6

Components

• Index: "Index"

• Member: "Memb"

• Part: "Part"

• Load Combination Name: "LComName"

• Type: "Type"

• Fx: "Fx"

• Fy: "Fy"

• Fz: "Fz"

• Mx: "Mx"

• My: "My"

• Mz: "Mz"

"COMPONENTS"

Array [string]

-

Optional

7

Node/Element Selection

Use only ONE of the three methods: KEYS, TO, or STRUCTURE_GROUP_NAME

"NODE_ELEMS"

object

-

Optional

oneOf Choose exactly one of the following keys: "KEYS", "TO", or "STRUCTURE_GROUP_NAME".

7.1

Specify Each ID

"KEYS"

Array [integer]

-

Optional

7.2

Specify ID Range (e.g., '1to160')

"TO"

string

-

Optional

7.3

Specify Structure Group Name

"STRUCTURE_GROUP_NAME"

string

-

Optional

8

Element Parts

• PartI: "PartI"

• Part2/4: "Part2/4"

• PartJ: "PartJ"

"PARTS"

Array [string]

["All"]

Optional



0
Was this article helpful?