Skip to main content
JSON Manual Created Edited

DESIGN/RC/KDS-41-20-2022/BRC-TABLE : RC Brace Check Table

Input URI

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



Active Methods

POST



JSON Schema

Details

{
  "type""object",
  "required": [
    "Argument"
  ],
  "additionalProperties"false,
  "properties": {
    "Argument": {
      "type""object",
      "required": [
        "TABLE_TYPE"
      ],
      "additionalProperties"false,
      "oneOf": [
        {
          "required": [
            "ELEMS"
          ]
        },
        {
          "required": [
            "SECTIONS"
          ]
        }
      ],
      "properties": {
        "PRI_SORT": {
          "type""integer",
          "description""Sorting criteria for member-based output (by Section No. or Member No.)",
          "default"1,
          "oneOf": [
            {
              "title""SECT",
              "const"0
            },
            {
              "title""MEMB",
              "const"1
            }
          ]
        },
        "RESULT": {
          "type""integer",
          "description""Filter results by checking status",
          "default"0,
          "oneOf": [
            {
              "title""All",
              "const"0
            },
            {
              "title""OK",
              "const"1
            },
            {
              "title""NG",
              "const"2
            }
          ]
        },
        "TABLE_NAME": {
          "type""string",
          "description""Response Table Title",
          "default""RC Brace Checking Result"
        },
        "TABLE_TYPE": {
          "type""string",
          "description""Result Table Type",
          "enum": [
            "MEMB",
            "PROP"
          ]
        },
        "ELEMS": {
          "type""object",
          "description""Element No. Input",
          "additionalProperties"false,
          "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"
                    ]
                  }
                ]
              }
            }
          ]
        },
        "SECTIONS": {
          "type""array",
          "description""List of section numbers to include in the table",
          "items": {
            "type""integer"
          }
        },
        "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"
            }
          }
        },
        "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
            }
          }
        },
        "COMPONENTS": {
          "type""array",
          "description""Components of Result Table (Strength + Rebar Detail together)",
          "items": {
            "type""string",
            "enum": [
              "MEMB",
              "SECT",
              "Section",
              "Bc",
              "Hc",
              "fck",
              "Height",
              "fy",
              "fys",
              "CHK_STR",
              "LCB",
              "phiPn.max",
              "Pu",
              "phiPn",
              "Rat-P",
              "Mc",
              "phiMn",
              "Rat-M",
              "Rat-My",
              "Rat-Mz",
              "Mc/Pu",
              "Mcz/Mcy",
              "V-Rebar",
              "MF.y",
              "MF.z",
              "Mcy",
              "Mcz",
              "H-Rebar",
              "Vu",
              "Rat-V",
              "CHK_RBR",
              "rho.max",
              "rho.use",
              "rho.min",
              "Avy.use",
              "Avy.min",
              "Avz.use",
              "Avz.min",
              "s.max",
              "s.use"
            ]
          }
        }
      }
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "PRI_SORT": 1,
    "RESULT": 0,
    "TABLE_TYPE": "MEMB",
    "COMPONENTS": [
      "MEMB",
      "SECT",
      "Section",
      "Bc",
      "Hc",
      "fck",
      "Height",
      "fy",
      "fys",
      "CHK_STR",
      "LCB",
      "phiPn.max",
      "Pu",
      "phiPn",
      "Rat-P",
      "Mc",
      "phiMn",
      "Rat-M",
      "Rat-My",
      "Rat-Mz",
      "Mc/Pu",
      "Mcz/Mcy",
      "V-Rebar",
      "MF.y",
      "MF.z",
      "Mcy",
      "Mcz",
      "H-Rebar",
      "Vu",
      "Rat-V",
      "CHK_RBR",
      "rho.max",
      "rho.use",
      "rho.min",
      "Avy.use",
      "Avy.min",
      "Avz.use",
      "Avz.min",
      "s.max",
      "s.use"
    ],
    "ELEMS": {
      "KEYS": [
        883
      ]
    }
  }
}


Response Examples

Example

{
  "Result Table": {
    "FORCE": "KN",
    "DIST": "M",
    "HEAD": [
      "MEMB",
      "SECT",
      "Section",
      "Bc",
      "Hc",
      "fck",
      "Height",
      "fy",
      "fys",
      "CHK_STR",
      "LCB",
      "phiPn.max",
      "Pu",
      "phiPn",
      "Rat-P",
      "Mc",
      "phiMn",
      "Rat-M",
      "Rat-My",
      "Rat-Mz",
      "Mc/Pu",
      "Mcz/Mcy",
      "V-Rebar",
      "MF.y",
      "MF.z",
      "Mcy",
      "Mcz",
      "H-Rebar",
      "Vu",
      "Rat-V",
      "CHK_RBR",
      "rho.max",
      "rho.use",
      "rho.min",
      "Avy.use",
      "Avy.min",
      "Avz.use",
      "Avz.min",
      "s.max",
      "s.use"
    ],
    "DATA": [
      [
        "883",
        "2",
        "300x600",
        "0.3000",
        "0.6000",
        "30000.0",
        "3.1100",
        "600000",
        "400000",
        "M-",
        "5",
        "2849.37",
        "0.00000",
        "-",
        "0.000",
        "491.277",
        "199.531",
        "2.462",
        "2.462",
        "0.000",
        "-",
        "0.000000",
        "4-2-D22",
        "1.000",
        "1.000",
        "491.277",
        "0.00000",
        "2-D22 @200",
        "229.714",
        "0.313",
        "M",
        "3.000",
        "0.860",
        "1.000",
        "0.0008",
        "-",
        "0.0008",
        "0.0001",
        "0.2000",
        "0.2000"
      ]
    ]
  }
}


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

Primary Sorting Option

• SECT: "0"

• MEMB: "1"

"PRI_SORT"

integer

1

Optional

2

Result View Option

• All: "0"

• OK: "1"

• NG: "2"

"RESULT"

integer

0

Optional

3

Table Name

Output table title in response

"TABLE_NAME"

string

"RC Brace Checking Result"

Optional

4

Table Type

• MEMB: "MEMB"

• PROP: "PROP"

"TABLE_TYPE"

string

-

Required

oneOf Choose exactly one of the following keys: "ELEMS" or "SECTIONS".

5

Element Numbers

Use either ELEMS or SECTIONS, not both.

"ELEMS"

object

-

Optional

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

5.1

Specify Each ID

"KEYS"

Array [integer]

-

Optional

5.2

Specify ID Range

"TO"

string

-

Optional

5.3

Structure Group Name

"STRUCTURE_GROUP_NAME"

string

-

Optional

6

Section Numbers

Use either ELEMS or SECTIONS, not both.

"SECTIONS"

Array [integer]

-

Optional

7

Export Path

Optional: Save results to file path

"EXPORT_PATH"

string

-

Optional

8

Unit Settings

"UNIT"

object

System

Optional

8.1

Force unit

"FORCE"

string

-

Optional

8.2

Length/Distance unit

"DIST"

string

-

Optional

8.3

Heat unit

"HEAT"

string

-

Optional

8.4

Temperature unit

"TEMP"

string

-

Optional

9

Number Format

"STYLES"

object

System

Optional

9.1

Number format

• Default: "Default"

• Fixed: "Fixed"

• Scientific: "Scientific"

• General: "General"

"FORMAT"

string

-

Optional

9.2

Digit place

Constraints:

• Value Range: >= 0, <= 15

"PLACE"

integer

-

Optional

10

Components

• Element Number: "MEMB"

• Section Property Number: "SECT"

• Sectional Shape: "Section"

• Width of Brace Member: "Bc"

• Depth of Brace Member: "Hc"

• Design Compressive Strength of Concrete (f'c): "fck"

• Height of Brace Member: "Height"

• Design Yield Strength of Main Rebars: "fy"

• Design Yield Strength of Shear Rebars: "fys"

• Status of Checking Results (Strength): "CHK_STR"

• Load Combination for P-M Interaction / Check: "LCB"

• Maximum Design Axial Strength: "phiPn.max"

• Factored Axial Force: "Pu"

• Design Axial Strength: "phiPn"

• Axial Strength Ratio (Pu/phiPn): "Rat-P"

• Factored Moment: "Mc"

• Design Moment Strength: "phiMn"

• Moment Strength Ratio (Mc/phiMn): "Rat-M"

• Y-axis Moment Strength Ratio: "Rat-My"

• Z-axis Moment Strength Ratio: "Rat-Mz"

• Eccentricity: "Mc/Pu"

• Moment Rotation (Mcz/Mcy): "Mcz/Mcy"

• Vertical Rebar: "V-Rebar"

• Moment Factor (Y): "MF.y"

• Moment Factor (Z): "MF.z"

• Factored Moment (Y): "Mcy"

• Factored Moment (Z): "Mcz"

• Hoop / Shear Rebar: "H-Rebar"

• Factored Shear Force: "Vu"

• Shear Strength Ratio (Vu/phiVn): "Rat-V"

• Status of Checking Results (Rebar Detail): "CHK_RBR"

• Main Rebar (%) - rho.max: "rho.max"

• Main Rebar (%) - rho.use: "rho.use"

• Main Rebar (%) - rho.min: "rho.min"

• Hoop - Avy.use: "Avy.use"

• Hoop - Avy.min: "Avy.min"

• Hoop - Avz.use: "Avz.use"

• Hoop - Avz.min: "Avz.min"

• Hoop - s.max: "s.max"

• Hoop - s.use: "s.use"

"COMPONENTS"

Array [string]

-

Optional



0
Was this article helpful?