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"
},
"FIBER_CELL_MINMAX": {
"type": "boolean",
"description": "All Fiber Cell Min/Max Strain Table"
}
}
}
}
}
}
Request Examples
Maximum Strain
"Argument": {
"TABLE_NAME": "MaximumStrain",
"TABLE_TYPE": "FIBR_MAXCONTRACT",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"要素",
"断面位置",
"材料",
"荷重",
"セルNo.",
"最小/ε",
"最小/時間/ステップ",
"最大/ε",
"最大/時間/ステップ"
],
"NODE_ELEMS": {
"KEYS": [
1240
]
},
"TH_LOAD_CASE_NAMES": [
"kh"
],
"SECT_POSITION": "1to2",
"FIBER_CELL_MINMAX": true
}
}
Response Examples
Maximum Strain
"MaximumStrain": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"要素",
"断面位置",
"材料",
"荷重",
"セルNo.",
"最小/ε",
"最小/時間/ステップ",
"最大/ε",
"最大/時間/ステップ"
],
"DATA": [
[
"1",
"1240",
"1-pos",
"Concrete",
"kh",
"22",
"-0.072529099882",
"94.000000000000",
"0.410933822393",
"97.000000000000"
],
[
"2",
"1240",
"1-pos",
"Concrete",
"kh",
"24",
"-0.086023047566",
"93.000000000000",
"0.337079584599",
"97.000000000000"
],
[
"408",
"1240",
"2-pos",
"Steel",
"kh",
"204",
"-0.417252540588",
"94.000000000000",
"0.165957629681",
"100.000000000000"
]
]
}
}
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_MAXCONTRACT" |
"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 |
All Fiber Cell Min/Max Strain Table |
"FIBER_CELL_MINMAX" |
Boolean |
false |
Optional |