Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SolidForce-Local",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"SOLIDFL"
]
},
"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"
}
},
"OPT_CS": {
"type": "boolean",
"description": "Activation-ConstructionStageStep"
},
"STAGE_STEP": {
"type": "array",
"description": "StageStepName",
"items": {
"type": "string"
}
}
}
}
}
}
}
Request Examples
Solid Force(Local) - General/Post CS
"Argument": {
"TABLE_NAME": "SolidForce(Local)",
"TABLE_TYPE": "SOLIDFL",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Fx",
"Fy",
"Fz"
],
"NODE_ELEMS": {
"KEYS": [
3381
]
},
"LOAD_CASE_NAMES": [
"DL(ST)"
]
}
}
Solid Force(Local) - Construction Stage
"Argument": {
"TABLE_NAME": "SolidForce(Local)",
"TABLE_TYPE": "SOLIDFL",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Stage",
"Step",
"Node",
"Fx",
"Fy",
"Fz"
],
"NODE_ELEMS": {
"KEYS": [
3381
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"OPT_CS": true,
"STAGE_STEP": [
"CS1:001(first)",
"CS1:002(last)"
]
}
}
Response Examples
Solid Force(Local) - General/Post CS
"SolidForce(Local)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Fx",
"Fy",
"Fz"
],
"DATA": [
[
"1",
"3381",
"DL",
"4052",
"0.707825934544",
"0.602292418927",
"0.687505765503"
],
[
"2",
"3381",
"DL",
"4048",
"-0.637014611500",
"0.601604633909",
"0.757595947734"
],
[
"3",
"3381",
"DL",
"4047",
"-0.636742726159",
"-0.603599818159",
"0.758029151872"
],
[
"4",
"3381",
"DL",
"4049",
"0.708065144647",
"-0.600144217804",
"0.687675443492"
],
[
"5",
"3381",
"DL",
"3211",
"0.455928726375",
"0.460173215172",
"-0.476664103409"
],
[
"6",
"3381",
"DL",
"3208",
"-0.527389590273",
"0.459464414432",
"-0.435518140122"
],
[
"7",
"3381",
"DL",
"3209",
"-0.526974945624",
"-0.461097526156",
"-0.435066516306"
],
[
"8",
"3381",
"DL",
"3210",
"0.456302067989",
"-0.458693120321",
"-0.476566852858"
]
]
}
}
Solid Force(Local) - Construction Stage
"SolidForce(Local)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Node",
"Fx",
"Fy",
"Fz"
],
"DATA": [
[
"1",
"3381",
"Summation",
"CS1",
"001(first)",
"4052",
"0.707825934544",
"0.602292418927",
"0.687505765503"
],
[
"2",
"3381",
"Summation",
"CS1",
"002(last)",
"4052",
"10.542483184084",
"8.068338491175",
"19.520721434934"
],
[
"3",
"3381",
"Summation",
"CS1",
"001(first)",
"4048",
"-0.637014611500",
"0.601604633909",
"0.757595947734"
],
[
"4",
"3381",
"Summation",
"CS1",
"002(last)",
"4048",
"-6.579700909913",
"8.148863697199",
"-3.156585156678"
],
[
"5",
"3381",
"Summation",
"CS1",
"001(first)",
"4047",
"-0.636742726159",
"-0.603599818159",
"0.758029151872"
],
[
"6",
"3381",
"Summation",
"CS1",
"002(last)",
"4047",
"-6.196458717418",
"-8.197373212417",
"-1.118495426423"
],
[
"7",
"3381",
"Summation",
"CS1",
"001(first)",
"4049",
"0.708065144647",
"-0.600144217804",
"0.687675443492"
],
[
"8",
"3381",
"Summation",
"CS1",
"002(last)",
"4049",
"10.880742126672",
"-8.649178737284",
"21.378834186678"
],
[
"9",
"3381",
"Summation",
"CS1",
"001(first)",
"3211",
"0.455928726375",
"0.460173215172",
"-0.476664103409"
],
[
"10",
"3381",
"Summation",
"CS1",
"002(last)",
"3211",
"3.307315445751",
"5.291886405622",
"1.495610708683"
],
[
"11",
"3381",
"Summation",
"CS1",
"001(first)",
"3208",
"-0.527389590273",
"0.459464414432",
"-0.435518140122"
],
[
"12",
"3381",
"Summation",
"CS1",
"002(last)",
"3208",
"-8.360422272567",
"5.812957934640",
"-21.223760296219"
],
[
"13",
"3381",
"Summation",
"CS1",
"001(first)",
"3209",
"-0.526974945624",
"-0.461097526156",
"-0.435066516306"
],
[
"14",
"3381",
"Summation",
"CS1",
"002(last)",
"3209",
"-7.589754805435",
"-4.839604651927",
"-19.130434810921"
],
[
"15",
"3381",
"Summation",
"CS1",
"001(first)",
"3210",
"0.456302067989",
"-0.458693120321",
"-0.476566852858"
],
[
"16",
"3381",
"Summation",
"CS1",
"002(last)",
"3210",
"3.995795948827",
"-5.635889927008",
"3.301100055850"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
2 |
Result Table Type • Solid Force - Local: "SOLIDFL" |
"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 |
|
Construction Stage |
||||||
9 |
Activation - Construction Stage Step |
"OPT_CS" |
Boolean |
false |
Optional |
|
10 |
Stage Step Name |
"STAGE_STEP" |
Array [String] |
All |
Optional |