Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SolidForce-Global",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"SOLIDFG"
]
},
"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(Global) - General/Post CS
"Argument": {
"TABLE_NAME": "SolidForce(Global)",
"TABLE_TYPE": "SOLIDFG",
"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(Global) - Construction Stage
"Argument": {
"TABLE_NAME": "SolidForce(Global)",
"TABLE_TYPE": "SOLIDFG",
"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(Global) - General/Post CS
"SolidForce(Global)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"FX",
"FY",
"FZ"
],
"DATA": [
[
"1",
"3381",
"DL",
"4052",
"0.845100207437",
"-0.386754897708",
"0.687505765503"
],
[
"2",
"3381",
"DL",
"4048",
"0.275814867451",
"0.831650112546",
"0.757595947734"
],
[
"3",
"3381",
"DL",
"4047",
"-0.816227637801",
"0.321786393571",
"0.758029151872"
],
[
"4",
"3381",
"DL",
"4049",
"-0.244447917442",
"-0.895418643365",
"0.687675443492"
],
[
"5",
"3381",
"DL",
"3211",
"0.609797612991",
"-0.218580105879",
"-0.476664103409"
],
[
"6",
"3381",
"DL",
"3208",
"0.193361893443",
"0.672204214671",
"-0.435518140122"
],
[
"7",
"3381",
"DL",
"3209",
"-0.640676919888",
"0.282571417992",
"-0.435066516306"
],
[
"8",
"3381",
"DL",
"3210",
"-0.222722106191",
"-0.607458491828",
"-0.476566852858"
]
]
}
}
Solid Force(Global) - Construction Stage
"SolidForce(Global)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Node",
"FX",
"FY",
"FZ"
],
"DATA": [
[
"1",
"3381",
"Summation",
"CS1",
"001(first)",
"4052",
"0.845100207437",
"-0.386754897708",
"0.687505765503"
],
[
"2",
"3381",
"Summation",
"CS1",
"002(last)",
"4052",
"11.769395919799",
"-6.141934335200",
"19.520721434934"
],
[
"3",
"3381",
"Summation",
"CS1",
"001(first)",
"4048",
"0.275814867451",
"0.831650112546",
"0.757595947734"
],
[
"4",
"3381",
"Summation",
"CS1",
"002(last)",
"4048",
"4.602300222575",
"9.408255751239",
"-3.156585156678"
],
[
"5",
"3381",
"Summation",
"CS1",
"001(first)",
"4047",
"-0.816227637801",
"0.321786393571",
"0.758029151872"
],
[
"6",
"3381",
"Summation",
"CS1",
"002(last)",
"4047",
"-10.048623005796",
"2.149000676524",
"-1.118495426423"
],
[
"7",
"3381",
"Summation",
"CS1",
"001(first)",
"4049",
"-0.244447917442",
"-0.895418643365",
"0.687675443492"
],
[
"8",
"3381",
"Summation",
"CS1",
"002(last)",
"4049",
"-3.237002943760",
"-13.517420389952",
"21.378834186678"
],
[
"9",
"3381",
"Summation",
"CS1",
"001(first)",
"3211",
"0.609797612991",
"-0.218580105879",
"-0.476664103409"
],
[
"10",
"3381",
"Summation",
"CS1",
"002(last)",
"3211",
"6.194001813844",
"-0.759433155593",
"1.495610708683"
],
[
"11",
"3381",
"Summation",
"CS1",
"001(first)",
"3208",
"0.193361893443",
"0.672204214671",
"-0.435518140122"
],
[
"12",
"3381",
"Summation",
"CS1",
"002(last)",
"3208",
"1.732527046702",
"10.034215991196",
"-21.223760296219"
],
[
"13",
"3381",
"Summation",
"CS1",
"001(first)",
"3209",
"-0.640676919888",
"0.282571417992",
"-0.435066516306"
],
[
"14",
"3381",
"Summation",
"CS1",
"002(last)",
"3209",
"-7.594961161176",
"4.831430031969",
"-19.130434810921"
],
[
"15",
"3381",
"Summation",
"CS1",
"001(first)",
"3210",
"-0.222722106191",
"-0.607458491828",
"-0.476566852858"
],
[
"16",
"3381",
"Summation",
"CS1",
"002(last)",
"3210",
"-3.417637892187",
"-6.004114570184",
"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 - Global: "SOLIDFG" |
"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 |