주 콘텐츠로 건너뛰기
JSON Manual 생성 편집

DESIGN/SRC/AIK-SRC2K/BC-TABLE : SRC Beam Checking Table

Input URI

{base url} + DESIGN/SRC/AIK-SRC2K/BC-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": {
        "TABLE_TYPE": {
          "type""string",
          "description""Result Table Type",
          "enum": [
            "MEMB",
            "PROP"
          ]
        },
        "ELEMS": {
          "type""object",
          "description""Element number input.",
          "additionalProperties"false,
          "properties": {
            "KEYS": {
              "type""array",
              "description""Specify each element ID",
              "items": {
                "type""integer"
              },
              "minItems"1
            },
            "TO": {
              "type""string",
              "description""Specify element 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"
          }
        },
        "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""SRC Checking Result"
        },
        "EXPORT_PATH": {
          "type""string",
          "description""Result Table Save Path"
        },
        "UNIT": {
          "type""object",
          "description""Response Unit Setting",
          "additionalProperties"false,
          "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",
          "additionalProperties"false,
          "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 SRC Checking Result Table",
          "items": {
            "type""string",
            "enum": [
              "MEMB",
              "SECT",
              "Span",
              "Section",
              "Bc",
              "Hc",
              "Material",
              "Fy",
              "fc",
              "Fyr",
              "Fys",
              "POS",
              "CHK",
              "AsTop",
              "AsBot",
              "N_M",
              "LCB_N",
              "N_Mrs",
              "Rat_N",
              "P_M",
              "LCB_P",
              "P_Mrs",
              "Rat_P",
              "V",
              "LCB_V",
              "Vrs",
              "Rat_V"
            ]
          }
        }
      }
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "TABLE_TYPE": "MEMB",
    "PRI_SORT": 1,
    "RESULT": 0,
    "COMPONENTS": [
      "MEMB",
      "SECT",
      "Span",
      "Section",
      "Bc",
      "Hc",
      "Material",
      "Fy",
      "fc",
      "Fyr",
      "Fys",
      "POS",
      "CHK",
      "AsTop",
      "AsBot",
      "N_M",
      "LCB_N",
      "N_Mrs",
      "Rat_N",
      "P_M",
      "LCB_P",
      "P_Mrs",
      "Rat_P",
      "V",
      "LCB_V",
      "Vrs",
      "Rat_V"
    ],
    "ELEMS": {
      "KEYS": [
        922
      ]
    }
  }
}


Response Examples

Example

{
  "Result Table": {
    "FORCE": "KN",
    "DIST": "MM",
    "HEAD": [
      "MEMB",
      "SECT",
      "Span",
      "Section",
      "Bc",
      "Hc",
      "Material",
      "Fy",
      "fc",
      "Fyr",
      "Fys",
      "POS",
      "CHK",
      "AsTop",
      "AsBot",
      "N_M",
      "LCB_N",
      "N_Mrs",
      "Rat_N",
      "P_M",
      "LCB_P",
      "P_Mrs",
      "Rat_P",
      "V",
      "LCB_V",
      "Vrs",
      "Rat_V"
    ],
    "DATA": [
      [
        "922",
        "3",
        "4460.0",
        "H src200x100x5.5/8, H 200x100x5.5/8",
        "400.00",
        "400.00",
        "SS410",
        "0.4100",
        "0.03000",
        "0.40000",
        "0.40000",
        "I",
        "OK",
        "253.40",
        "774.20",
        "62068.5",
        "7",
        "68471.1",
        "0.91",
        "7082.47",
        "7",
        "105831",
        "0.07",
        "68.6914",
        "7",
        "251.879",
        "0.27"
      ],
      [
        "922",
        "3",
        "4460.0",
        "H src200x100x5.5/8, H 200x100x5.5/8",
        "400.00",
        "400.00",
        "SS410",
        "0.4100",
        "0.03000",
        "0.40000",
        "0.40000",
        "M",
        "OK",
        "397.20",
        "28.100",
        "0.00000",
        "7",
        "78786.7",
        "0.00",
        "43273.9",
        "7",
        "52309.1",
        "0.83",
        "51.2916",
        "7",
        "251.879",
        "0.20"
      ],
      [
        "922",
        "3",
        "4460.0",
        "H src200x100x5.5/8, H 200x100x5.5/8",
        "400.00",
        "400.00",
        "SS410",
        "0.4100",
        "0.03000",
        "0.40000",
        "0.40000",
        "J",
        "OK",
        "573.00",
        "573.00",
        "35970.5",
        "7",
        "91397.9",
        "0.39",
        "25750.1",
        "7",
        "91397.9",
        "0.28",
        "67.3729",
        "7",
        "251.879",
        "0.27"
      ]
    ]
  }
}


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 Type

• MEMB: "MEMB"

• PROP: "PROP"

"TABLE_TYPE"

string

-

Required

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

2

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

2.1

Specify Each ID

Constraints:

• Items: min 1

"KEYS"

Array [integer]

-

Optional

2.2

Specify ID Range

"TO"

string

-

Optional

2.3

Structure Group Name

"STRUCTURE_GROUP_NAME"

string

-

Optional

3

Section Numbers

Use either ELEMS or SECTIONS, not both.

"SECTIONS"

Array [integer]

-

Optional

4

Primary Sorting Option

• SECT: "0"

• MEMB: "1"

"PRI_SORT"

integer

1

Optional

5

Result View Option

• All: "0"

• OK: "1"

• NG: "2"

"RESULT"

integer

0

Optional

6

Table Name

Output table title in response

"TABLE_NAME"

string

"SRC Checking Result"

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

• Member number: "MEMB"

• Section property number: "SECT"

• Length of beam member: "Span"

• Section name or steel section name: "Section"

• Width of SRC beam member: "Bc"

• Height (depth) of SRC beam member: "Hc"

• Steel material name entered by the user or stored internally by the program: "Material"

• Yield strength of steel: "Fy"

• Design compressive strength of concrete (f'c): "fc"

• Design yield strength for main rebars: "Fyr"

• Design yield strength for shear rebars: "Fys"

• Strength verification points (I, M, J). The checking results at M reflect the maximum negative and positive moments and shear forces at 1/4, 1/2 and 3/4 points.: "POS"

• Status of strength verification results: "CHK"

• The area of main top rebars entered by the user: "AsTop"

• The area of main bottom rebars entered by the user: "AsBot"

• Maximum factored negative moment N(-)M: "N_M"

• Load combination for N(-)M: "LCB_N"

• Resisting flexural moment about the negative moment of the reinforced concrete and steel: "N_Mrs"

• Factored negative moment / Negative design moment strength (red if it exceeds 1.0): "Rat_N"

• Maximum factored positive moment P(+)M: "P_M"

• Load combination for P(+)M: "LCB_P"

• Resisting flexural moment about the positive moment of the reinforced concrete and steel: "P_Mrs"

• Factored positive moment / Positive design moment strength (red if it exceeds 1.0): "Rat_P"

• Maximum factored shear force Vu: "V"

• Load combination for Vu: "LCB_V"

• Allowable shear strength for the reinforced concrete and steel: "Vrs"

• Factored shear force / Design shear strength (red if it exceeds 1.0): "Rat_V"

"COMPONENTS"

Array [string]

-

Optional



0
컨텐츠가 도움이 되셨나요?