Input URI
{base url} + post/TEXT |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TEXT": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"TH_WALLFORCE"
]
},
"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": [
"Fixed",
"Exponential"
]
},
"PLACE": {
"type": "integer",
"description": "Digitplace"
}
}
},
"COMPONENTS": {
"type": "array",
"description": "ComponentsofResultTable",
"items": {
"type": "string"
}
},
"NODE_ELEMS": {
"type": "object",
"description": "Node/ElementNo.Input",
"properties": {
"KEYS": {
"type": "array",
"description": "Method1:SpecifyEachID",
"items": {
"type": "integer"
}
},
"TO": {
"type": "string",
"description": "Method2:SpecifyIDRange"
}
}
},
"PARTS": {
"type": "array",
"description": "ElementPart",
"items": {
"type": "string",
"enum": [
"PartI",
"PartJ"
]
}
},
"TH_CASE_NAME": {
"type": "array",
"description": "TimeHistoryLoadCases",
"items": {
"type": "string"
}
},
"STEP": {
"type": "object",
"description": "OutputTimeStep",
"properties": {
"FROM": {
"type": "number",
"description": "StartTime"
},
"TO": {
"type": "number",
"description": "EndTime"
},
"STEPS": {
"type": "integer",
"description": "TimeInterval"
}
}
}
}
}
}
}
}
Request Examples
Wall Force
"Argument": {
"TEXT_TYPE": "TH_WALLFORCE",
"EXPORT_PATH": "C:\\MIDAS\\Result\\TH_WallForce_Out.JSON",
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Exponential",
"PLACE": 6
},
"COMPONENTS": [
"WallID",
"Load",
"Time/Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
],
"NODE_ELEMS": {
"KEYS": [
466
]
},
"PARTS": [
"PartI",
"PartJ"
],
"TH_CASE_NAME": [
"EQ1"
],
"STEP": {
"FROM": 0.1,
"TO": 0.2,
"STEPS": 1
}
}
}
Response Examples
Wall Force
"TH_WALLFORCE": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"WallID",
"Load",
"Time/Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Torsion",
"Moment-y",
"Moment-z"
],
"DATA": [
[
"1",
"12",
"EQ1",
"0.100",
"I[308]",
"-4.386e+02",
"0.000e+00",
"6.012e+00",
"0.000e+00",
"1.492e+02",
"0.000e+00"
],
[
"2",
"12",
"EQ1",
"0.100",
"J[314]",
"-4.386e+02",
"0.000e+00",
"6.012e+00",
"0.000e+00",
"1.323e+02",
"0.000e+00"
],
[
"3",
"12",
"EQ1",
"0.120",
"I[308]",
"-4.381e+02",
"0.000e+00",
"6.313e+00",
"0.000e+00",
"1.491e+02",
"0.000e+00"
],
[
"4",
"12",
"EQ1",
"0.120",
"J[314]",
"-4.381e+02",
"0.000e+00",
"6.313e+00",
"0.000e+00",
"1.314e+02",
"0.000e+00"
],
[
"5",
"12",
"EQ1",
"0.140",
"I[308]",
"-4.379e+02",
"0.000e+00",
"6.494e+00",
"0.000e+00",
"1.490e+02",
"0.000e+00"
],
[
"6",
"12",
"EQ1",
"0.140",
"J[314]",
"-4.379e+02",
"0.000e+00",
"6.494e+00",
"0.000e+00",
"1.308e+02",
"0.000e+00"
],
[
"7",
"12",
"EQ1",
"0.160",
"I[308]",
"-4.381e+02",
"0.000e+00",
"6.519e+00",
"0.000e+00",
"1.492e+02",
"0.000e+00"
],
[
"8",
"12",
"EQ1",
"0.160",
"J[314]",
"-4.381e+02",
"0.000e+00",
"6.519e+00",
"0.000e+00",
"1.309e+02",
"0.000e+00"
],
[
"9",
"12",
"EQ1",
"0.180",
"I[308]",
"-4.386e+02",
"0.000e+00",
"6.313e+00",
"0.000e+00",
"1.495e+02",
"0.000e+00"
],
[
"10",
"12",
"EQ1",
"0.180",
"J[314]",
"-4.386e+02",
"0.000e+00",
"6.313e+00",
"0.000e+00",
"1.319e+02",
"0.000e+00"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Result Text Type • Wall Force : "TH_WALLFORCE" ᴳ⁾ |
"TEXT_TYPE" |
String |
- |
Required |
|
2 |
Result Table Save Path |
"EXPORT_PATH" |
String |
- |
Optional |
|
3 |
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 |
|
4 |
Response Number Format |
"STYLES" |
Object |
System |
Optional |
|
(1) |
Number Format • "Fixed" • "Exponential" |
"FORMAT" |
String |
- |
Optional |
|
(2) |
Digit Place • 0 to 15 |
"PLACE" |
Integer |
- |
Optional |
|
5 |
Components of Result Table |
"COMPONENTS" |
Array [String] |
All |
Optional |
|
6 |
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 |
|
7 |
Element Part • Wall Force ◦ "Part I" ◦ "Part J" |
"PARTS" |
Array [String] |
All |
Optional |
|
8 |
Time History Load Case |
"TH_CASE_NAME" |
Array [String] |
All |
Optional |
|
9 |
Output Time Step |
"STEP" |
Object |
- |
Required |
|
(1) |
Start Time |
"FROM" |
Number |
- |
Required |
|
(2) |
End Time |
"TO" |
Number |
- |
Required |
|
(3) |
Time Interval |
"STEPS" |
Integer |
- |
Required |
ᴳ⁾ MIDAS GEN NX only