Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BeamForce",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"BEAMFORCE",
"BEAMFORCEBYMAX"
]
},
"EXPORT_PATH": {
"type": "string",
"description": "ResultTableSavePath"
},
"UNIT": {
"type": "object",
"description": "ResponseUnitSetting",
"properties": {
"FORCE": {
"type": "string",
"description": "Force"
},
"DIST": {
"type": "string",
"description": "Length"
},
"HEAT": {
"type": "string",
"description": "Heat"
},
"TEMP": {
"type": "string",
"description": "Temperature"
}
}
},
"STYLES": {
"type": "object",
"description": "ResponseNumberFormat",
"properties": {
"FORMAT": {
"type": "string",
"description": "Numberformat",
"enum": [
"Default",
"Fixed",
"Scientific",
"General"
]
},
"PLACE": {
"type": "integer",
"description": "Digitplace",
"minimum": 0,
"maximum": 15
}
}
},
"COMPONENTS": {
"type": "array",
"description": "ComponentsofResultTable",
"items": {
"type": "string"
}
},
"NODE_ELEMS": {
"type": "object",
"description": "Node/ElementNo.Input",
"properties": {
"KEYS": {
"type": "array",
"description": "SpecifyEachID",
"items": {
"type": "integer"
}
},
"TO": {
"type": "string",
"description": "SpecifyIDRange"
},
"STRUCTURE_GROUP_NAME": {
"type": "string",
"description": "SpecifyStructureGroupName"
}
}
},
"LOAD_CASE_NAMES": {
"type": "array",
"description": "StaticLoad/LoadCombinationName&Type",
"items": {
"type": "string"
}
},
"PARTS": {
"type": "array",
"description": "ElementPartNumber",
"items": {
"type": "string",
"enum": [
"Part1",
"Part1/4",
"Part2/4",
"Part3/4",
"PartJ"
]
}
},
"OPT_CS": {
"type": "boolean",
"description": "Activation-ConstructionStageStep"
},
"STAGE_STEP": {
"type": "array",
"description": "StageStepName",
"items": {
"type": "string"
}
},
"ITEM_TO_DISPLAY": {
"type": "array",
"description": "SelectComponent",
"items": {
"type": "string",
"enum": [
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
]
}
}
}
}
}
}
}
Request Examples
Beam Force - General/Post CS
"Argument": {
"TABLE_NAME": "BeamForce",
"TABLE_TYPE": "BEAMFORCE",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z",
"Bi-Moment",
"T-Moment",
"W-Moment"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"Selfweight(ST)"
],
"PARTS": [
"PartI",
"PartJ"
]
}
}
Beam Force - Construction Stage
"Argument": {
"TABLE_NAME": "BeamForce",
"TABLE_TYPE": "BEAMFORCE",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Stage",
"Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z",
"Bi-Moment",
"T-Moment",
"W-Moment"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"PARTS": [
"PartI",
"PartJ"
],
"OPT_CS": true,
"STAGE_STEP": [
"CS3:001(first)",
"CS3:002(last)"
]
}
}
Beam Force - View By Max Value Items
"Argument": {
"TABLE_NAME": "BeamForceViewByMaxValue",
"TABLE_TYPE": "BEAMFORCEVBM",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Part",
"Component",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
],
"NODE_ELEMS": {
"KEYS": [
2833
]
},
"LOAD_CASE_NAMES": [
"STLENV_STR(CB:max)",
"STLENV_STR(CB:min)"
],
"PARTS": [
"PartI",
"PartJ"
],
"ITEM_TO_DISPLAY": [
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
]
}
}
Response Examples
Beam Force - General/Post CS
"BeamForce": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z",
"Bi-Moment",
"T-Moment",
"W-Moment"
],
"DATA": [
[
"1",
"1",
"Selfweight",
"I[1]",
"0.000000000000",
"0.000000000000",
"-1658.161219994600",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000"
],
[
"2",
"1",
"Selfweight",
"J[2]",
"0.000000000000",
"0.000000000000",
"-1363.961719994600",
"0.000000000000",
"3022.123197348160",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000"
]
]
}
}
Beam Force - Construction Stage
"BeamForce": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z",
"Bi-Moment",
"T-Moment",
"W-Moment"
],
"DATA": [
[
"1",
"1",
"Summation",
"CS3",
"001(first)",
"I[1]",
"-4633.827174164160",
"0.000000000000",
"-2533.505327404340",
"-97.424221135018",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"-17.312091275478",
"80.112129859540"
],
[
"2",
"1",
"Summation",
"CS3",
"001(first)",
"J[2]",
"-4714.490625433190",
"0.000000000000",
"-2040.021206738840",
"102.575790682881",
"4553.763263527180",
"0.000000000000",
"12.946011307053",
"8.203290912724",
"-94.372499770157"
],
[
"3",
"1",
"Summation",
"CS3",
"002(last)",
"I[1]",
"-4455.712556510950",
"0.000000000000",
"-2309.662635077980",
"-111.882728521675",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"52.879673975116",
"164.762402496790"
],
[
"4",
"1",
"Summation",
"CS3",
"002(last)",
"J[2]",
"-4539.660055080310",
"0.000000000000",
"-1815.216975603020",
"88.117283296225",
"4104.646199818840",
"0.000000000000",
"-32.339544562671",
"-10.858555394547",
"-98.975838690772"
]
]
}
}
Beam Force - View By Max Value Items
"BeamForceViewByMaxValue": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Part",
"Component",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
],
"DATA": [
[
"1",
"2833",
"STLENV_STR(max)",
"I[781]",
"Axial",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"21.295148437500",
"0.051163814545"
],
[
"2",
"2833",
"STLENV_STR(max)",
"I[781]",
"Shear-y",
"180.999328125000",
"0.041774380684",
"6.222307861328",
"0.006750476599",
"21.106847412109",
"0.051366916656"
],
[
"3",
"2833",
"STLENV_STR(max)",
"I[781]",
"Shear-z",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"21.295148437500",
"0.051163814545"
],
[
"4",
"2833",
"STLENV_STR(max)",
"I[781]",
"Torsion",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"21.295148437500",
"0.051163814545"
],
[
"5",
"2833",
"STLENV_STR(max)",
"I[781]",
"Moment-y",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"21.295148437500",
"0.051163814545"
],
[
"6",
"2833",
"STLENV_STR(max)",
"I[781]",
"Moment-z",
"180.999328125000",
"0.041774380684",
"6.222307861328",
"0.006750476599",
"21.106847412109",
"0.051366916656"
],
[
"7",
"2833",
"STLENV_STR(max)",
"J[832]",
"Axial",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"8.153072265625",
"0.138569606781"
],
[
"8",
"2833",
"STLENV_STR(max)",
"J[832]",
"Shear-y",
"180.999328125000",
"0.041774380684",
"6.222307861328",
"0.006750476599",
"8.080978759766",
"0.137344331741"
],
[
"9",
"2833",
"STLENV_STR(max)",
"J[832]",
"Shear-z",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"8.153072265625",
"0.138569606781"
],
[
"10",
"2833",
"STLENV_STR(max)",
"J[832]",
"Torsion",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"8.153072265625",
"0.138569606781"
],
[
"11",
"2833",
"STLENV_STR(max)",
"J[832]",
"Moment-y",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"8.153072265625",
"0.138569606781"
],
[
"12",
"2833",
"STLENV_STR(max)",
"J[832]",
"Moment-z",
"182.614058593750",
"0.041735554695",
"6.277819091797",
"0.006796598315",
"8.153072265625",
"0.138569606781"
],
[
"13",
"2833",
"STLENV_STR(min)",
"I[781]",
"Axial",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"14",
"2833",
"STLENV_STR(min)",
"I[781]",
"Shear-y",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"15",
"2833",
"STLENV_STR(min)",
"I[781]",
"Shear-z",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"16",
"2833",
"STLENV_STR(min)",
"I[781]",
"Torsion",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"17",
"2833",
"STLENV_STR(min)",
"I[781]",
"Moment-y",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"18",
"2833",
"STLENV_STR(min)",
"I[781]",
"Moment-z",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-0.772550018311",
"-0.050668849945"
],
[
"19",
"2833",
"STLENV_STR(min)",
"J[832]",
"Axial",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
],
[
"20",
"2833",
"STLENV_STR(min)",
"J[832]",
"Shear-y",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
],
[
"21",
"2833",
"STLENV_STR(min)",
"J[832]",
"Shear-z",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
],
[
"22",
"2833",
"STLENV_STR(min)",
"J[832]",
"Torsion",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
],
[
"23",
"2833",
"STLENV_STR(min)",
"J[832]",
"Moment-y",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
],
[
"24",
"2833",
"STLENV_STR(min)",
"J[832]",
"Moment-z",
"-16.796705078125",
"-0.061533491135",
"-0.523069114685",
"-0.008305901051",
"-5.320997619629",
"-0.061818758011"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
2 |
Result Table Type • Beam Force: "BEAMFORCE" • Beam Force - View by Max Value Items: "BEAMFORCEVBM" |
"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 |
Load Name & Type • Static Load Cases ◦ NAME + "(ST)" • Load Combinations ◦ NAME + "(CB)" ◦ NAME + "(CB:all)" ◦ NAME + "(CB:max)" ◦ NAME + "(CB:min)" • Construction Stage ◦ NAME + "(CS)" • Response Spectrum ◦ NAME + "(RS)" • Moving Load ◦ NAME + "(MV:all)" ◦ NAME + "(MV:max)" ◦ NAME + "(MV:min)" • Settlement Load ◦ NAME + "(SM:all)" ◦ NAME + "(SM:max)" ◦ NAME + "(SM:min)" |
"LOAD_CASE_NAMES" |
Array [String] |
All |
Optional |
|
9 |
Element Part Number • "Part I" • "Part 1/4" • "Part 2/4" • "Part 3/4" • "Part J" |
"PARTS" |
Array [String] |
All |
Optional |
|
Construction Stage (Except for Forces-Static Prestress) |
||||||
10 |
Activation - Construction Stage Step |
"OPT_CS" |
Boolean |
false |
Optional |
|
11 |
Stage Step Name |
"STAGE_STEP" |
Array [String] |
All |
Optional |
|
View by Max Value Items |
||||||
12 |
Select Component • "Axial" • "Shear-y" • "Shear-z" • "Torsion" • "Moment-y" • "Moment-z" |
"ITEM_TO_DISPLAY" |
Array [String] |
All |
Optional |