Input URI
{base url} + POST/TABLE |
|---|
Active Methods
Post |
|---|
Json Schema
Details
"Argument": {
"EXPORT_PATH": "string",
"TABLE_NAME": "BEAMDESIGNFORCES",
"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"
},
"PARTS": [
"string"
]
}
}
Request Examples
Beam Design Forces
"Argument": {
"TABLE_TYPE": "BEAMDESIGNFORCES",
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 3
},
"NODE_ELEMS": {
"KEYS": [
1,
2,
3
]
},
"PARTS": [
"PartI",
"PartJ"
],
"COMPONENTS": [
"Memb",
"Part",
"LComName",
"Type",
"Fz",
"Mx",
"My(-)",
"My(+)"
]
}
}
Response Examples
Beam Design Forces
"BEAMDESIGNFORCES": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Memb",
"Part",
"LComName",
"Type",
"Fz",
"Mx",
"My(-)",
"My(+)"
],
"DATA": [
[
"1",
"1",
"I",
"Strength",
"Max",
"41.454",
"0.000",
"73.244",
"36.622"
],
[
"2",
"1",
"J",
"Strength",
"Max",
"39.208",
"0.000",
"61.787",
"30.893"
],
[
"3",
"2",
"I",
"Strength",
"Max",
"41.238",
"0.000",
"72.168",
"36.084"
],
[
"4",
"2",
"J",
"Strength",
"Max",
"39.424",
"0.000",
"62.916",
"31.458"
],
[
"5",
"3",
"I",
"Strength",
"Max",
"40.625",
"0.000",
"69.269",
"34.634"
],
[
"6",
"3",
"J",
"Strength",
"Max",
"40.037",
"0.000",
"66.271",
"33.135"
]
]
}
}
Specifications
NO. | Description | Key | Value Type | Default | Required | |
1 | Table Name • Response Table Title | "TABLE_NAME" | String | Empty | Optional | |
2 | Result Table Type • "BEAMDESIGNFORCES" | "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 | - | 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 | Element Part Number • "Part I" • "Part 1/4" • "Part 2/4" • "Part 3/4" • "Part J" | "PARTS" | Array [String] | All | Optional | |