Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"RESULTGRAPHIC": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "Table Name"
},
"TABLE_TYPE": {
"type": "string",
"description": "Result Table Type",
"enum": [
"THISBEAMFORCE"
]
},
"EXPORT_PATH": {
"type": "string",
"description": "Result Table Save Path"
},
"UNIT": {
"type": "object",
"description": "Response Unit Setting",
"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": "Response Number Format",
"properties": {
"FORMAT": {
"type": "string",
"description": "Number format",
"enum": [
"Default",
"Fixed",
"Scientific",
"General"
]
},
"PLACE": {
"type": "integer",
"description": "Digit place"
}
}
},
"COMPONENTS": {
"type": "array",
"description": "Components of Result Table",
"items": {
"type": "string"
}
},
"NODE_ELEMS": {
"type": "object",
"description": "Node / Element No. Input",
"properties": {
"KEYS": {
"type": "array",
"description": "Method 1: Specify Each ID",
"items": {
"type": "integer"
}
},
"TO": {
"type": "string",
"description": "Method 2: Specify ID Range"
}
}
},
"LOAD_CASE_NAMES": {
"type": "array",
"description": "Time History Load Name",
"items": {
"type": "string"
}
},
"SECT_POSITION": {
"type": "string",
"description": "Section Positions"
},
"OUTPUT_STEP": {
"type": "string",
"description": "Output Step"
}
}
}
}
}
}
Request Examples
Average compression strain
"Argument": {
"TABLE_NAME": "AverageCompStrain",
"TABLE_TYPE": "FIBR_MEANCOMPCONTRACT",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"各ステップにおける外側セルの平均圧縮ひずみ/ステップ",
"各ステップにおける外側セルの平均圧縮ひずみ/要素",
"各ステップにおける外側セルの平均圧縮ひずみ/断面 位置",
"各ステップにおける外側セルの平均圧縮ひずみ/材料",
"各ステップにおける外側セルの平均圧縮ひずみ/荷重",
"各ステップにおける外側セルの平均圧縮ひずみ/Ea"
],
"NODE_ELEMS": {
"KEYS": [
1240
]
},
"TH_LOAD_CASE_NAMES": [
"kh"
],
"SECT_POSITION": "1to2",
"OUTPUT_STEP": "1,3"
}
}
Response Examples
Average compression strain
"AverageCompStrain": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"各ステップにおける外側セルの平均圧縮ひずみ/ステップ",
"各ステップにおける外側セルの平均圧縮ひずみ/要素",
"各ステップにおける外側セルの平均圧縮ひずみ/断面 位置",
"各ステップにおける外側セルの平均圧縮ひずみ/材料",
"各ステップにおける外側セルの平均圧縮ひずみ/荷重",
"各ステップにおける外側セルの平均圧縮ひずみ/Ea"
],
"DATA": [
[
"1",
"1",
"1240",
"1-pos",
"Steel (Top_Bottom)",
"kh",
"-0.000050183599"
],
[
"2",
"1",
"1240",
"1-pos",
"Steel (Left_Right)",
"kh",
"-0.000110298402"
],
[
"3",
"1",
"1240",
"1-pos",
"Concrete",
"kh",
"-0.000074351559"
],
[
"4",
"1",
"1240",
"2-pos",
"Steel (Left_Right)",
"kh",
"-0.000105987026"
],
[
"5",
"1",
"1240",
"2-pos",
"Steel (Top_Bottom)",
"kh",
"-0.000048258896"
],
[
"6",
"1",
"1240",
"2-pos",
"Concrete",
"kh",
"-0.000071467341"
],
[
"7",
"3",
"1240",
"1-pos",
"Steel (Top_Bottom)",
"kh",
"-0.000024234136"
],
[
"8",
"3",
"1240",
"1-pos",
"Concrete",
"kh",
"-0.000034370778"
],
[
"9",
"3",
"1240",
"1-pos",
"Steel (Left_Right)",
"kh",
"-0.000048387112"
],
[
"10",
"3",
"1240",
"2-pos",
"Steel (Top_Bottom)",
"kh",
"-0.000023355351"
],
[
"11",
"3",
"1240",
"2-pos",
"Steel (Left_Right)",
"kh",
"-0.000046539283"
],
[
"12",
"3",
"1240",
"2-pos",
"Concrete",
"kh",
"-0.000033086491"
]
]
}
}
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: "FIBR_MEANCOMPCONTRACT" |
"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 Two 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 |
|
8 |
Time History Load Name |
"LOAD_CASE_NAMES" |
Array [String] |
All |
Optional |
|
9 |
Section Positions |
"SECT_POSITION" |
String |
All |
Optional |
|
10 |
Output Step |
"OUTPUT_STEP" |
String |
All |
Optional |