Input URI
|
{base url} + POST/TABLE |
|---|
Active Methods
|
Post |
|---|
JSON Schema
Details
Request Examples
Story Shear Force Coefficient (for R.S. Analysis)
"Argument": {
"TABLE_NAME": "Example",
"TABLE_TYPE": "STORY_SHEAR_FORCE_COEFFICIENT",
"UNIT": {
"FORCE": "kN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"LOAD_CASE_NAMES": [
"Rx(RS)",
"Ry(RS)"
]
}
}
Response Examples
Story Shear Force Coefficient (for R.S. Analysis)
"Example": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Story",
"Spectrum",
"Shear Force/X",
"Shear Force/Y",
"Weight Sum/X",
"Weight Sum/Y",
"Story Shear Force Coefficient/X",
"Story Shear Force Coefficient/Y"
],
"DATA": [
[
"1",
"1F",
"RX(RS)",
"732.983113710330",
"140.189527295489",
"8235.050199781430",
"8235.050199781430",
"0.089007728663",
"0.017023518241"
],
[
"2",
"B1",
"RX(RS)",
"843.540350995243",
"299.704126801325",
"13052.150516235401",
"13052.150516235401",
"0.064628457199",
"0.022962049543"
],
[
"3",
"1F",
"RY(RS)",
"147.833433471613",
"498.455668175406",
"8235.050199781430",
"8235.050199781430",
"0.017951734341",
"0.060528552478"
],
[
"4",
"B1",
"RY(RS)",
"170.501348426108",
"754.959923876517",
"13052.150516235401",
"13052.150516235401",
"0.013063084755",
"0.057841803382"
]
]
}
}
Specifications
|
NO. |
Description |
Key |
Value Type |
Default |
Required |
|
|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
|
2 |
Result Table Type • "STORY_SHEAR_FORCE_COEFFICIENT" |
"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] |
- |
Read Only |
|
|
7 |
Load Name & Type • Response Spectrum ◦ NAME + "(RS)" |
"LOAD_CASE_NAMES" |
Array [String] |
All |
Optional |
|