Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "PlateForce-UnitLength",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"PLATEFORCEUCL",
"PLATEFORCEG",
"PLATEFORCEUCG",
"PLATEFORCEUGVBM",
"PLATEFORCEWA"
]
},
"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"
}
},
"AVERAGE_NODAL_RESULT": {
"type": "boolean",
"description": "AverageNodalResultOption"
},
"NODE_FLAG": {
"type": "object",
"description": "NodeFlag",
"properties": {
"CENTER": {
"type": "boolean",
"description": "Center"
},
"NODES": {
"type": "boolean",
"description": "Nodes"
}
}
},
"OPT_CS": {
"type": "boolean",
"description": "Activation-ConstructionStageStep"
},
"STAGE_STEP": {
"type": "array",
"description": "StageStepName",
"items": {
"type": "string"
}
},
"ITEM_TO_DISPLAY": {
"type": "array",
"description": "SelectComponent",
"items": {
"type": "string",
"enum": [
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
]
}
}
}
}
}
}
}
Request Examples
Plate Force(Unit Length:Local) - General/Post CS
"Argument": {
"TABLE_NAME": "PlateForce(UnitLength:Local)",
"TABLE_TYPE": "PLATEFORCEUL",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"DL(ST)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
}
}
}
Plate Force(Unit Length:Local) - Construction Stage
"Argument": {
"TABLE_NAME": "PlateForce(UnitLength:Local)",
"TABLE_TYPE": "PLATEFORCEUL",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
},
"OPT_CS": true,
"STAGE_STEP": [
"CS2:001(first)",
"CS2:002(last)"
]
}
}
Plate Force(Unit Length:Local) - View By Max Value Items
"Argument": {
"TABLE_NAME": "PlateForce(UL:L)ViewByMaxValue",
"TABLE_TYPE": "PLATEFORCEULVBM",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Component",
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
503
]
},
"LOAD_CASE_NAMES": [
"STLENV_STR(CB:max)",
"STLENV_STR(CB:min)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
},
"ITEM_TO_DISPLAY": [
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
]
}
}
Plate Force(Unit Length:UCS) - General/Post CS
"Argument": {
"TABLE_NAME": "PlateForce(UnitLength:UCS)",
"TABLE_TYPE": "PLATEFORCEUG",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"DL(ST)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
}
}
}
Plate Force(Unit Length:UCS) - Construction Stage
"Argument": {
"TABLE_NAME": "PlateForce(UnitLength:UCS)",
"TABLE_TYPE": "PLATEFORCEUG",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
},
"OPT_CS": true,
"STAGE_STEP": [
"CS2:001(first)",
"CS2:002(last)"
]
}
}
Plate Force(Unit Length:UCS) - View By Max Value Items
"Argument": {
"TABLE_NAME": "PlateForce(UL:G)ViewByMaxValue",
"TABLE_TYPE": "PLATEFORCEUGVBM",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Component",
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
],
"NODE_ELEMS": {
"KEYS": [
503
]
},
"LOAD_CASE_NAMES": [
"STLENV_STR(CB:max)",
"STLENV_STR(CB:min)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
},
"ITEM_TO_DISPLAY": [
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
]
}
}
Plate Force(Unit Length:W-A Moment) - General/Post CS
"Argument": {
"TABLE_NAME": "PlateForce(UnitLength:W-AMoment)",
"TABLE_TYPE": "PLATEFORCEWA",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Node",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.2",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.2"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"DL(ST)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
}
}
}
Plate Force(Unit Length:W-A Moment) - Construction Stage
"Argument": {
"TABLE_NAME": "PlateForce(UniLength:W-AMoment)",
"TABLE_TYPE": "PLATEFORCEWA",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Stage",
"Step",
"Node",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.2",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.2"
],
"NODE_ELEMS": {
"KEYS": [
592
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"AVERAGE_NODAL_RESULT": true,
"NODE_FLAG": {
"CENTER": false,
"NODES": true
},
"OPT_CS": true,
"STAGE_STEP": [
"CS2:001(first)",
"CS2:002(last)"
]
}
}
Response Examples
Plate Force(Unit Length:Local) - General/Post CS
"PlateForce(UnitLength:Local)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"592",
"DL",
"773",
"-108.226897000000",
"5.103138340000",
"-0.000000011818",
"5.103138340000",
"-108.226897000000",
"-89.999999994025",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"1.744257540000",
"0.141650776000",
"0.000000004303",
"-1.405381470000",
"-0.000000000024"
],
[
"2",
"592",
"DL",
"774",
"-146.191956000000",
"17.438013900000",
"-0.000000012557",
"17.438013900000",
"-146.191956000000",
"-89.999999995603",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"2.388695270000",
"-0.180577157000",
"0.000000003041",
"0.013890617800",
"-0.000000000019"
],
[
"3",
"592",
"DL",
"831",
"-142.534636000000",
"12.941048200000",
"1.536182960000",
"12.956225100000",
"-142.549813000000",
"89.433960709361",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"2.331968530000",
"-0.149262979000",
"-0.919123275307",
"-0.038996627800",
"-0.354146668000"
],
[
"4",
"592",
"DL",
"830",
"-106.362036000000",
"5.476249010000",
"4.978961580000",
"5.697471280000",
"-106.583258000000",
"87.455941131981",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"1.628971740000",
"-0.151304678000",
"3.342865111303",
"-1.468545600000",
"0.640527104000"
]
]
}
}
Plate Force(Unit Length:Local) - Construction Stage
"PlateForce(UnitLength:Local)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"592",
"Summation",
"773",
"-20.577111000000",
"9.042576960000",
"-0.000000002423",
"9.042576960000",
"-20.577111000000",
"-89.999999995314",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.176806084000",
"-0.596002721000",
"0.000000001760",
"-0.329263572000",
"-0.000000000004"
],
[
"2",
"592",
"Summation",
"773",
"-20.577111000000",
"9.042576960000",
"-0.000000002423",
"9.042576960000",
"-20.577111000000",
"-89.999999995314",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.176806084000",
"-0.596002721000",
"0.000000001760",
"-0.329263572000",
"-0.000000000004"
],
[
"3",
"592",
"Summation",
"774",
"-32.648108200000",
"33.709476600000",
"-0.000000002562",
"33.709476600000",
"-32.648108200000",
"-89.999999997787",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.443674308000",
"-0.886095864000",
"0.000000001154",
"0.003390287550",
"-0.000000000003"
],
[
"4",
"592",
"Summation",
"774",
"-32.648108200000",
"33.709476600000",
"-0.000000002562",
"33.709476600000",
"-32.648108200000",
"-89.999999997787",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.443674308000",
"-0.886095864000",
"0.000000001154",
"0.003390287550",
"-0.000000000003"
],
[
"5",
"592",
"Summation",
"831",
"-34.892538100000",
"26.246531200000",
"0.397051602000",
"26.249109700000",
"-34.895116500000",
"89.627928554426",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.578920033000",
"-0.954694587000",
"-0.393041828637",
"-0.007474177760",
"-0.785288730000"
],
[
"6",
"592",
"Summation",
"831",
"-34.892538100000",
"26.246531200000",
"0.397051602000",
"26.249109700000",
"-34.895116500000",
"89.627928554426",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.578920033000",
"-0.954694587000",
"-0.393041828637",
"-0.007474177760",
"-0.785288730000"
],
[
"7",
"592",
"Summation",
"830",
"-22.221332500000",
"8.527782670000",
"11.008378200000",
"12.062519400000",
"-25.756069200000",
"72.198428099478",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.159940178000",
"-0.677338489000",
"-2.665919248842",
"-0.424019244000",
"0.260904337000"
],
[
"8",
"592",
"Summation",
"830",
"-22.221332500000",
"8.527782670000",
"11.008378200000",
"12.062519400000",
"-25.756069200000",
"72.198428099478",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.159940178000",
"-0.677338489000",
"-2.665919248842",
"-0.424019244000",
"0.260904337000"
]
]
}
}
Plate Force(Unit Length:Local) - View By Max Value Items
"PlateForce(UL:L)ViewByMaxValue": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Component",
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"503",
"STLENV_STR(max)",
"52",
"Fxx",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"2",
"503",
"STLENV_STR(max)",
"52",
"Fyy",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"3",
"503",
"STLENV_STR(max)",
"52",
"Fxy",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"4",
"503",
"STLENV_STR(max)",
"52",
"Mxx",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"5",
"503",
"STLENV_STR(max)",
"52",
"Myy",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"6",
"503",
"STLENV_STR(max)",
"52",
"Mxy",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"7",
"503",
"STLENV_STR(max)",
"52",
"Vxx",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"8",
"503",
"STLENV_STR(max)",
"52",
"Vyy",
"14.643051500000",
"14.413288400000",
"28.554175400000",
"6.211062100000",
"11.092328400000",
"11.090774500000",
"23.467790500000",
"69.014747700000"
],
[
"9",
"503",
"STLENV_STR(min)",
"52",
"Fxx",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"10",
"503",
"STLENV_STR(min)",
"52",
"Fyy",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"11",
"503",
"STLENV_STR(min)",
"52",
"Fxy",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"12",
"503",
"STLENV_STR(min)",
"52",
"Mxx",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"13",
"503",
"STLENV_STR(min)",
"52",
"Myy",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"14",
"503",
"STLENV_STR(min)",
"52",
"Mxy",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"15",
"503",
"STLENV_STR(min)",
"52",
"Vxx",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"16",
"503",
"STLENV_STR(min)",
"52",
"Vyy",
"-48.636676800000",
"-95.706695100000",
"-54.949897500000",
"-4.431928670000",
"-8.221030030000",
"-15.835883700000",
"-19.968572400000",
"-10.178096300000"
],
[
"17",
"503",
"STLENV_STR(max)",
"213",
"Fxx",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"18",
"503",
"STLENV_STR(max)",
"213",
"Fyy",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"19",
"503",
"STLENV_STR(max)",
"213",
"Fxy",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"20",
"503",
"STLENV_STR(max)",
"213",
"Mxx",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"21",
"503",
"STLENV_STR(max)",
"213",
"Myy",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"22",
"503",
"STLENV_STR(max)",
"213",
"Mxy",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"23",
"503",
"STLENV_STR(max)",
"213",
"Vxx",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"24",
"503",
"STLENV_STR(max)",
"213",
"Vyy",
"24.228006600000",
"9.315946410000",
"33.919568800000",
"5.316021110000",
"8.110550300000",
"11.008991300000",
"24.535901900000",
"49.845772200000"
],
[
"25",
"503",
"STLENV_STR(min)",
"213",
"Fxx",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"26",
"503",
"STLENV_STR(min)",
"213",
"Fyy",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"27",
"503",
"STLENV_STR(min)",
"213",
"Fxy",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"28",
"503",
"STLENV_STR(min)",
"213",
"Mxx",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"29",
"503",
"STLENV_STR(min)",
"213",
"Myy",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"30",
"503",
"STLENV_STR(min)",
"213",
"Mxy",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"31",
"503",
"STLENV_STR(min)",
"213",
"Vxx",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"32",
"503",
"STLENV_STR(min)",
"213",
"Vyy",
"-98.618789100000",
"-53.888048600000",
"-48.102413000000",
"-5.102479160000",
"-9.411088080000",
"-12.915417800000",
"-21.432696900000",
"-7.081721660000"
],
[
"33",
"503",
"STLENV_STR(max)",
"392",
"Fxx",
"15.890724400000",
"14.869924000000",
"10.159992100000",
"10.510443700000",
"5.688839980000",
"12.080178900000",
"40.679809600000",
"94.535365700000"
],
[
"34",
"503",
"STLENV_STR(max)",
"392",
"Fyy",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"35",
"503",
"STLENV_STR(max)",
"392",
"Fxy",
"15.890724400000",
"14.869924000000",
"10.159992100000",
"10.510443700000",
"5.688839980000",
"12.080178900000",
"40.679809600000",
"94.535365700000"
],
[
"36",
"503",
"STLENV_STR(max)",
"392",
"Mxx",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"37",
"503",
"STLENV_STR(max)",
"392",
"Myy",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"38",
"503",
"STLENV_STR(max)",
"392",
"Mxy",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"39",
"503",
"STLENV_STR(max)",
"392",
"Vxx",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"40",
"503",
"STLENV_STR(max)",
"392",
"Vyy",
"15.816650800000",
"15.002581000000",
"10.122650600000",
"10.604210700000",
"5.739590190000",
"12.187948900000",
"41.040542800000",
"95.378576900000"
],
[
"41",
"503",
"STLENV_STR(min)",
"392",
"Fxx",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"42",
"503",
"STLENV_STR(min)",
"392",
"Fyy",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"43",
"503",
"STLENV_STR(min)",
"392",
"Fxy",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"44",
"503",
"STLENV_STR(min)",
"392",
"Mxx",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"45",
"503",
"STLENV_STR(min)",
"392",
"Myy",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"46",
"503",
"STLENV_STR(min)",
"392",
"Mxy",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"47",
"503",
"STLENV_STR(min)",
"392",
"Vxx",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"48",
"503",
"STLENV_STR(min)",
"392",
"Vyy",
"-100.425548000000",
"-87.772016900000",
"-44.943040700000",
"-16.203866100000",
"-35.334945100000",
"-20.470105300000",
"-24.620180500000",
"-6.845103800000"
],
[
"49",
"503",
"STLENV_STR(max)",
"391",
"Fxx",
"8.452315860000",
"27.112856000000",
"7.473048800000",
"10.046427900000",
"9.792541240000",
"11.976708600000",
"36.999838100000",
"136.057100000000"
],
[
"50",
"503",
"STLENV_STR(max)",
"391",
"Fyy",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"51",
"503",
"STLENV_STR(max)",
"391",
"Fxy",
"8.452315860000",
"27.112856000000",
"7.473048800000",
"10.046427900000",
"9.792541240000",
"11.976708600000",
"36.999838100000",
"136.057100000000"
],
[
"52",
"503",
"STLENV_STR(max)",
"391",
"Mxx",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"53",
"503",
"STLENV_STR(max)",
"391",
"Myy",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"54",
"503",
"STLENV_STR(max)",
"391",
"Mxy",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"55",
"503",
"STLENV_STR(max)",
"391",
"Vxx",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"56",
"503",
"STLENV_STR(max)",
"391",
"Vyy",
"8.427466800000",
"27.354737100000",
"7.412475980000",
"10.136055100000",
"9.879903140000",
"12.083555600000",
"37.325556900000",
"137.270574000000"
],
[
"57",
"503",
"STLENV_STR(min)",
"391",
"Fxx",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"58",
"503",
"STLENV_STR(min)",
"391",
"Fyy",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"59",
"503",
"STLENV_STR(min)",
"391",
"Fxy",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"60",
"503",
"STLENV_STR(min)",
"391",
"Mxx",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"61",
"503",
"STLENV_STR(min)",
"391",
"Myy",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"62",
"503",
"STLENV_STR(min)",
"391",
"Mxy",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"63",
"503",
"STLENV_STR(min)",
"391",
"Vxx",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
],
[
"64",
"503",
"STLENV_STR(min)",
"391",
"Vyy",
"-52.074114300000",
"-157.068782000000",
"-44.726044600000",
"-16.142356300000",
"-39.572664600000",
"-28.499907000000",
"-16.593108600000",
"-5.378432310000"
]
]
}
}
Plate Force(Unit Length:UCS) - General/Post CS
"PlateForce(UnitLength:UCS)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"592",
"DL",
"773",
"-108.226897000000",
"5.103138340000",
"-0.000000011818",
"5.103138340000",
"-108.226897000000",
"-89.999999994025",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"1.744257540000",
"0.141650776000",
"0.000000004303",
"-1.405381470000",
"-0.000000000024"
],
[
"2",
"592",
"DL",
"774",
"-146.191956000000",
"17.438013900000",
"-0.000000012557",
"17.438013900000",
"-146.191956000000",
"-89.999999995603",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"2.388695270000",
"-0.180577157000",
"0.000000003041",
"0.013890617800",
"-0.000000000019"
],
[
"3",
"592",
"DL",
"831",
"-142.534636000000",
"12.941048200000",
"1.536182960000",
"12.956225100000",
"-142.549813000000",
"89.433960709361",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"2.331968530000",
"-0.149262979000",
"-0.919123275307",
"-0.038996627800",
"-0.354146668000"
],
[
"4",
"592",
"DL",
"830",
"-106.362036000000",
"5.476249010000",
"4.978961580000",
"5.697471280000",
"-106.583258000000",
"87.455941131981",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"1.628971740000",
"-0.151304678000",
"3.342865111303",
"-1.468545600000",
"0.640527104000"
]
]
}
}
Plate Force(Unit Length:UCS) - Construction Stage
"PlateForce(UnitLength:UCS)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Fxx",
"Fyy",
"Fxy",
"Fmax",
"Fmin",
"Angle",
"Mxx",
"Myy",
"Mxy",
"Mmax",
"Mmin",
"Angle",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"592",
"Summation",
"773",
"-20.577111000000",
"9.042576960000",
"-0.000000002423",
"9.042576960000",
"-20.577111000000",
"-89.999999995314",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.176806084000",
"-0.596002721000",
"0.000000001760",
"-0.329263572000",
"-0.000000000004"
],
[
"2",
"592",
"Summation",
"773",
"-20.577111000000",
"9.042576960000",
"-0.000000002423",
"9.042576960000",
"-20.577111000000",
"-89.999999995314",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.176806084000",
"-0.596002721000",
"0.000000001760",
"-0.329263572000",
"-0.000000000004"
],
[
"3",
"592",
"Summation",
"774",
"-32.648108200000",
"33.709476600000",
"-0.000000002562",
"33.709476600000",
"-32.648108200000",
"-89.999999997787",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.443674308000",
"-0.886095864000",
"0.000000001154",
"0.003390287550",
"-0.000000000003"
],
[
"4",
"592",
"Summation",
"774",
"-32.648108200000",
"33.709476600000",
"-0.000000002562",
"33.709476600000",
"-32.648108200000",
"-89.999999997787",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.443674308000",
"-0.886095864000",
"0.000000001154",
"0.003390287550",
"-0.000000000003"
],
[
"5",
"592",
"Summation",
"831",
"-34.892538100000",
"26.246531200000",
"0.397051602000",
"26.249109700000",
"-34.895116500000",
"89.627928554426",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.578920033000",
"-0.954694587000",
"-0.393041828637",
"-0.007474177760",
"-0.785288730000"
],
[
"6",
"592",
"Summation",
"831",
"-34.892538100000",
"26.246531200000",
"0.397051602000",
"26.249109700000",
"-34.895116500000",
"89.627928554426",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.578920033000",
"-0.954694587000",
"-0.393041828637",
"-0.007474177760",
"-0.785288730000"
],
[
"7",
"592",
"Summation",
"830",
"-22.221332500000",
"8.527782670000",
"11.008378200000",
"12.062519400000",
"-25.756069200000",
"72.198428099478",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.159940178000",
"-0.677338489000",
"-2.665919248842",
"-0.424019244000",
"0.260904337000"
],
[
"8",
"592",
"Summation",
"830",
"-22.221332500000",
"8.527782670000",
"11.008378200000",
"12.062519400000",
"-25.756069200000",
"72.198428099478",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.159940178000",
"-0.677338489000",
"-2.665919248842",
"-0.424019244000",
"0.260904337000"
]
]
}
}
Plate Force(Unit Length:UCS) - View By Max Value Items
"PlateForce(UL:G)ViewByMaxValue": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Component",
"Fxx",
"Fyy",
"Fxy",
"Mxx",
"Myy",
"Mxy",
"Vxx",
"Vyy"
],
"DATA": [
[
"1",
"503",
"STLENV_STR(max)",
"52",
"Fxx",
"14.643051500000",
"14.413288400000",
"-28.554175400000",
"-6.211062100000",
"-11.092328400000",
"11.090774500000",
"-13.318378400000",
"62.105000400000"
],
[
"2",
"503",
"STLENV_STR(max)",
"52",
"Fyy",
"14.643051500000",
"14.413288400000",
"-28.554175400000",
"-6.211062100000",
"-11.092328400000",
"11.090774500000",
"-13.318378400000",
"62.105000400000"
],
[
"3",
"503",
"STLENV_STR(max)",
"52",
"Fxy",
"1.855454290000",
"0.833111314000",
"-1.171037490000",
"-0.020048147400",
"-0.116516334000",
"0.196022524000",
"0.469146011000",
"-0.172681993000"
],
[
"4",
"503",
"STLENV_STR(max)",
"52",
"Mxx",
"1.855454290000",
"0.833111314000",
"-1.171037490000",
"-0.020048147400",
"-0.116516334000",
"0.196022524000",
"0.469146011000",
"-0.172681993000"
],
[
"5",
"503",
"STLENV_STR(max)",
"52",
"Myy",
"1.855454290000",
"0.833111314000",
"-1.171037490000",
"-0.020048147400",
"-0.116516334000",
"0.196022524000",
"0.469146011000",
"-0.172681993000"
],
[
"6",
"503",
"STLENV_STR(max)",
"52",
"Mxy",
"14.643051500000",
"14.413288400000",
"-28.554175400000",
"-6.211062100000",
"-11.092328400000",
"11.090774500000",
"-13.318378400000",
"62.105000400000"
],
[
"7",
"503",
"STLENV_STR(max)",
"52",
"Vxx",
"3.793114320000",
"1.495499010000",
"-2.714349120000",
"-0.027106958000",
"-0.161710670000",
"0.283571958000",
"1.020317830000",
"-0.241171928000"
],
[
"8",
"503",
"STLENV_STR(max)",
"52",
"Vyy",
"14.643051500000",
"14.413288400000",
"-28.554175400000",
"-6.211062100000",
"-11.092328400000",
"11.090774500000",
"-13.318378400000",
"62.105000400000"
],
[
"9",
"503",
"STLENV_STR(min)",
"52",
"Fxx",
"-48.636676800000",
"-95.706695100000",
"54.949897500000",
"4.431928670000",
"8.221030030000",
"-15.835883700000",
"-5.775105100000",
"5.635153170000"
],
[
"10",
"503",
"STLENV_STR(min)",
"52",
"Fyy",
"-48.636676800000",
"-95.706695100000",
"54.949897500000",
"4.431928670000",
"8.221030030000",
"-15.835883700000",
"-5.775105100000",
"5.635153170000"
],
[
"11",
"503",
"STLENV_STR(min)",
"52",
"Fxy",
"-0.000000000000",
"-0.179666716000",
"1.200481900000",
"0.023413754000",
"0.124966390000",
"-0.222136994000",
"0.480825069000",
"0.163550498000"
],
[
"12",
"503",
"STLENV_STR(min)",
"52",
"Mxx",
"-0.000000000000",
"-0.179666716000",
"1.200481900000",
"0.023413754000",
"0.124966390000",
"-0.222136994000",
"0.480825069000",
"0.163550498000"
],
[
"13",
"503",
"STLENV_STR(min)",
"52",
"Myy",
"-0.000000000000",
"-0.179666716000",
"1.200481900000",
"0.023413754000",
"0.124966390000",
"-0.222136994000",
"0.480825069000",
"0.163550498000"
],
[
"14",
"503",
"STLENV_STR(min)",
"52",
"Mxy",
"-48.636676800000",
"-95.706695100000",
"54.949897500000",
"4.431928670000",
"8.221030030000",
"-15.835883700000",
"-5.775105100000",
"5.635153170000"
],
[
"15",
"503",
"STLENV_STR(min)",
"52",
"Vxx",
"-48.636676800000",
"-95.706695100000",
"54.949897500000",
"4.431928670000",
"8.221030030000",
"-15.835883700000",
"-5.775105100000",
"5.635153170000"
],
[
"16",
"503",
"STLENV_STR(min)",
"52",
"Vyy",
"-0.000000000000",
"-0.179666716000",
"1.200481900000",
"0.023413754000",
"0.124966390000",
"-0.222136994000",
"0.480825069000",
"0.163550498000"
],
[
"17",
"503",
"STLENV_STR(max)",
"213",
"Fxx",
"24.228006600000",
"9.315946410000",
"-33.919568800000",
"-5.316021110000",
"-8.110550300000",
"11.008991300000",
"-16.640965800000",
"36.071175100000"
],
[
"18",
"503",
"STLENV_STR(max)",
"213",
"Fyy",
"24.228006600000",
"9.315946410000",
"-33.919568800000",
"-5.316021110000",
"-8.110550300000",
"11.008991300000",
"-16.640965800000",
"36.071175100000"
],
[
"19",
"503",
"STLENV_STR(max)",
"213",
"Fxy",
"3.860570170000",
"0.420885585000",
"-1.357494960000",
"-0.024464075500",
"-0.066411024900",
"0.204634735000",
"0.568811797000",
"-0.081668170000"
],
[
"20",
"503",
"STLENV_STR(max)",
"213",
"Mxx",
"3.860570170000",
"0.420885585000",
"-1.357494960000",
"-0.024464075500",
"-0.066411024900",
"0.204634735000",
"0.568811797000",
"-0.081668170000"
],
[
"21",
"503",
"STLENV_STR(max)",
"213",
"Myy",
"3.860570170000",
"0.420885585000",
"-1.357494960000",
"-0.024464075500",
"-0.066411024900",
"0.204634735000",
"0.568811797000",
"-0.081668170000"
],
[
"22",
"503",
"STLENV_STR(max)",
"213",
"Mxy",
"24.228006600000",
"9.315946410000",
"-33.919568800000",
"-5.316021110000",
"-8.110550300000",
"11.008991300000",
"-16.640965800000",
"36.071175100000"
],
[
"23",
"503",
"STLENV_STR(max)",
"213",
"Vxx",
"7.943177580000",
"0.753362374000",
"-3.114534090000",
"-0.048173353500",
"-0.091423854800",
"0.300722147000",
"1.220187980000",
"-0.114528596000"
],
[
"24",
"503",
"STLENV_STR(max)",
"213",
"Vyy",
"24.228006600000",
"9.315946410000",
"-33.919568800000",
"-5.316021110000",
"-8.110550300000",
"11.008991300000",
"-16.640965800000",
"36.071175100000"
],
[
"25",
"503",
"STLENV_STR(min)",
"213",
"Fxx",
"-98.618789100000",
"-53.888048600000",
"48.102413000000",
"5.102479160000",
"9.411088080000",
"-12.915417800000",
"-6.885528810000",
"3.575506400000"
],
[
"26",
"503",
"STLENV_STR(min)",
"213",
"Fyy",
"-98.618789100000",
"-53.888048600000",
"48.102413000000",
"5.102479160000",
"9.411088080000",
"-12.915417800000",
"-6.885528810000",
"3.575506400000"
],
[
"27",
"503",
"STLENV_STR(min)",
"213",
"Fxy",
"-0.000000000000",
"-0.204306173000",
"1.235342820000",
"0.011706877000",
"0.076031437000",
"-0.228023026000",
"0.560160187000",
"0.076151669900"
],
[
"28",
"503",
"STLENV_STR(min)",
"213",
"Mxx",
"-0.000000000000",
"-0.204306173000",
"1.235342820000",
"0.011706877000",
"0.076031437000",
"-0.228023026000",
"0.560160187000",
"0.076151669900"
],
[
"29",
"503",
"STLENV_STR(min)",
"213",
"Myy",
"-0.000000000000",
"-0.204306173000",
"1.235342820000",
"0.011706877000",
"0.076031437000",
"-0.228023026000",
"0.560160187000",
"0.076151669900"
],
[
"30",
"503",
"STLENV_STR(min)",
"213",
"Mxy",
"-98.618789100000",
"-53.888048600000",
"48.102413000000",
"5.102479160000",
"9.411088080000",
"-12.915417800000",
"-6.885528810000",
"3.575506400000"
],
[
"31",
"503",
"STLENV_STR(min)",
"213",
"Vxx",
"-98.618789100000",
"-53.888048600000",
"48.102413000000",
"5.102479160000",
"9.411088080000",
"-12.915417800000",
"-6.885528810000",
"3.575506400000"
],
[
"32",
"503",
"STLENV_STR(min)",
"213",
"Vyy",
"-0.000000000000",
"-0.204306173000",
"1.235342820000",
"0.011706877000",
"0.076031437000",
"-0.228023026000",
"0.560160187000",
"0.076151669900"
],
[
"33",
"503",
"STLENV_STR(max)",
"392",
"Fxx",
"15.890724400000",
"14.869924000000",
"-10.159992100000",
"-10.510443700000",
"-5.688839980000",
"12.080178900000",
"-40.679809600000",
"94.535365700000"
],
[
"34",
"503",
"STLENV_STR(max)",
"392",
"Fyy",
"15.816650800000",
"15.002581000000",
"-10.122650600000",
"-10.604210700000",
"-5.739590190000",
"12.187948900000",
"-41.040542800000",
"95.378576900000"
],
[
"35",
"503",
"STLENV_STR(max)",
"392",
"Fxy",
"3.465401300000",
"0.173483637000",
"-1.791298620000",
"-0.014995756000",
"-0.006103704330",
"0.260196793000",
"-0.157895175000",
"0.032568653400"
],
[
"36",
"503",
"STLENV_STR(max)",
"392",
"Mxx",
"3.465401300000",
"0.173483637000",
"-1.791298620000",
"-0.014995756000",
"-0.006103704330",
"0.260196793000",
"-0.157895175000",
"0.032568653400"
],
[
"37",
"503",
"STLENV_STR(max)",
"392",
"Myy",
"3.465401300000",
"0.173483637000",
"-1.791298620000",
"-0.014995756000",
"-0.006103704330",
"0.260196793000",
"-0.157895175000",
"0.032568653400"
],
[
"38",
"503",
"STLENV_STR(max)",
"392",
"Mxy",
"15.816650800000",
"15.002581000000",
"-10.122650600000",
"-10.604210700000",
"-5.739590190000",
"12.187948900000",
"-41.040542800000",
"95.378576900000"
],
[
"39",
"503",
"STLENV_STR(max)",
"392",
"Vxx",
"3.465401300000",
"0.173483637000",
"-1.791298620000",
"-0.014995756000",
"-0.006103704330",
"0.260196793000",
"-0.157895175000",
"0.032568653400"
],
[
"40",
"503",
"STLENV_STR(max)",
"392",
"Vyy",
"15.816650800000",
"15.002581000000",
"-10.122650600000",
"-10.604210700000",
"-5.739590190000",
"12.187948900000",
"-41.040542800000",
"95.378576900000"
],
[
"41",
"503",
"STLENV_STR(min)",
"392",
"Fxx",
"-100.425548000000",
"-87.772016900000",
"44.943040700000",
"16.203866100000",
"35.334945100000",
"-20.470105300000",
"24.620180500000",
"-6.845103800000"
],
[
"42",
"503",
"STLENV_STR(min)",
"392",
"Fyy",
"-100.425548000000",
"-87.772016900000",
"44.943040700000",
"16.203866100000",
"35.334945100000",
"-20.470105300000",
"24.620180500000",
"-6.845103800000"
],
[
"43",
"503",
"STLENV_STR(min)",
"392",
"Fxy",
"-0.000000000000",
"-1.137809020000",
"-0.000000000000",
"0.009604521340",
"0.024503819100",
"-0.334276349000",
"1.189594170000",
"-0.080236225300"
],
[
"44",
"503",
"STLENV_STR(min)",
"392",
"Mxx",
"-0.000000000000",
"-0.602410139000",
"-0.000000000000",
"0.005403645040",
"0.014663652800",
"-0.237688979000",
"0.560160187000",
"-0.052743345200"
],
[
"45",
"503",
"STLENV_STR(min)",
"392",
"Myy",
"-0.000000000000",
"-0.602410139000",
"-0.000000000000",
"0.005403645040",
"0.014663652800",
"-0.237688979000",
"0.560160187000",
"-0.052743345200"
],
[
"46",
"503",
"STLENV_STR(min)",
"392",
"Mxy",
"-100.425548000000",
"-87.772016900000",
"44.943040700000",
"16.203866100000",
"35.334945100000",
"-20.470105300000",
"24.620180500000",
"-6.845103800000"
],
[
"47",
"503",
"STLENV_STR(min)",
"392",
"Vxx",
"-0.000000000000",
"-0.602410139000",
"-0.000000000000",
"0.005403645040",
"0.014663652800",
"-0.237688979000",
"0.560160187000",
"-0.052743345200"
],
[
"48",
"503",
"STLENV_STR(min)",
"392",
"Vyy",
"-100.425548000000",
"-87.772016900000",
"44.943040700000",
"16.203866100000",
"35.334945100000",
"-20.470105300000",
"24.620180500000",
"-6.845103800000"
],
[
"49",
"503",
"STLENV_STR(max)",
"391",
"Fxx",
"8.452315860000",
"27.112856000000",
"-7.473048800000",
"-10.046427900000",
"-9.792541240000",
"11.976708600000",
"-36.999838100000",
"136.057100000000"
],
[
"50",
"503",
"STLENV_STR(max)",
"391",
"Fyy",
"8.427466800000",
"27.354737100000",
"-7.412475980000",
"-10.136055100000",
"-9.879903140000",
"12.083555600000",
"-37.325556900000",
"137.270574000000"
],
[
"51",
"503",
"STLENV_STR(max)",
"391",
"Fxy",
"1.597810860000",
"0.342409879000",
"-1.523652440000",
"-0.001441005460",
"-0.001765388290",
"0.247210737000",
"-0.171980506000",
"0.040254139500"
],
[
"52",
"503",
"STLENV_STR(max)",
"391",
"Mxx",
"2.654393910000",
"0.402133475000",
"-2.731207380000",
"-0.001441005460",
"-0.001765388290",
"0.269943723000",
"-0.271575481000",
"0.043132578300"
],
[
"53",
"503",
"STLENV_STR(max)",
"391",
"Myy",
"1.597810860000",
"0.342409879000",
"-1.523652440000",
"-0.001441005460",
"-0.001765388290",
"0.247210737000",
"-0.171980506000",
"0.040254139500"
],
[
"54",
"503",
"STLENV_STR(max)",
"391",
"Mxy",
"8.427466800000",
"27.354737100000",
"-7.412475980000",
"-10.136055100000",
"-9.879903140000",
"12.083555600000",
"-37.325556900000",
"137.270574000000"
],
[
"55",
"503",
"STLENV_STR(max)",
"391",
"Vxx",
"1.597810860000",
"0.342409879000",
"-1.523652440000",
"-0.001441005460",
"-0.001765388290",
"0.247210737000",
"-0.171980506000",
"0.040254139500"
],
[
"56",
"503",
"STLENV_STR(max)",
"391",
"Vyy",
"8.427466800000",
"27.354737100000",
"-7.412475980000",
"-10.136055100000",
"-9.879903140000",
"12.083555600000",
"-37.325556900000",
"137.270574000000"
],
[
"57",
"503",
"STLENV_STR(min)",
"391",
"Fxx",
"-52.074114300000",
"-157.068782000000",
"44.726044600000",
"16.142356300000",
"39.572664600000",
"-28.499907000000",
"16.593108600000",
"-5.378432310000"
],
[
"58",
"503",
"STLENV_STR(min)",
"391",
"Fyy",
"-52.074114300000",
"-157.068782000000",
"44.726044600000",
"16.142356300000",
"39.572664600000",
"-28.499907000000",
"16.593108600000",
"-5.378432310000"
],
[
"59",
"503",
"STLENV_STR(min)",
"391",
"Fxy",
"-0.000000000000",
"-1.355268880000",
"-0.000000000000",
"0.014009450100",
"0.020889186400",
"-0.315392012000",
"0.623291756000",
"-0.082105999100"
],
[
"60",
"503",
"STLENV_STR(min)",
"391",
"Mxx",
"-0.000000000000",
"-1.045493140000",
"-0.000000000000",
"0.010807290100",
"0.016114515200",
"-0.243302409000",
"0.480825069000",
"-0.063338913600"
],
[
"61",
"503",
"STLENV_STR(min)",
"391",
"Myy",
"-0.000000000000",
"-1.045493140000",
"-0.000000000000",
"0.010807290100",
"0.016114515200",
"-0.243302409000",
"0.480825069000",
"-0.063338913600"
],
[
"62",
"503",
"STLENV_STR(min)",
"391",
"Mxy",
"-52.074114300000",
"-157.068782000000",
"44.726044600000",
"16.142356300000",
"39.572664600000",
"-28.499907000000",
"16.593108600000",
"-5.378432310000"
],
[
"63",
"503",
"STLENV_STR(min)",
"391",
"Vxx",
"-0.000000000000",
"-1.045493140000",
"-0.000000000000",
"0.010807290100",
"0.016114515200",
"-0.243302409000",
"0.480825069000",
"-0.063338913600"
],
[
"64",
"503",
"STLENV_STR(min)",
"391",
"Vyy",
"-52.074114300000",
"-157.068782000000",
"44.726044600000",
"16.142356300000",
"39.572664600000",
"-28.499907000000",
"16.593108600000",
"-5.378432310000"
]
]
}
}
Plate Force(Unit Length:W-A Moment) - General/Post CS
"PlateForce(UnitLength:W-AMoment)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Node",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.2",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.2"
],
"DATA": [
[
"1",
"592",
"DL",
"773",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"0.054348959200",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"0.105709883000",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"1.788450260000",
"1.744257540000",
"0.141650776000",
"0.000000000120",
"0.237204424000"
],
[
"2",
"592",
"DL",
"774",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"0.000000000000",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"0.181523691000",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"2.400916150000",
"2.388695270000",
"-0.180577157000",
"0.000000000136",
"0.000000000000"
],
[
"3",
"592",
"DL",
"831",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"0.000000000000",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"0.260960591000",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"2.362489400000",
"2.331330070000",
"-0.148624521000",
"-0.039796411200",
"0.143097268000"
],
[
"4",
"592",
"DL",
"830",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"0.179581376000",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"0.359104331000",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"1.833692340000",
"1.622918510000",
"-0.145251450000",
"0.103632899000",
"0.259404799000"
]
]
}
}
Plate Force(Unit Length:W-A Moment) - Construction Stage
"PlateForce(UnitLength:W-AMoment)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Node",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentTopDir.2",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.1",
"Ma",
"Mb",
"Mab",
"W-AMomentBotDir.2"
],
"DATA": [
[
"1",
"592",
"Summation",
"CS2",
"001(first)",
"773",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.140758916000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.618849822000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.296982187000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.000000000000"
],
[
"2",
"592",
"Summation",
"CS2",
"002(last)",
"773",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.140758916000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.618849822000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.296982187000",
"0.176806084000",
"-0.596002721000",
"0.000000000024",
"0.000000000000"
],
[
"3",
"592",
"Summation",
"CS2",
"001(first)",
"774",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.000000000000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.888073257000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.444656866000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.000000000000"
],
[
"4",
"592",
"Summation",
"CS2",
"002(last)",
"774",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.000000000000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.888073257000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.444656866000",
"0.443674308000",
"-0.886095864000",
"0.000000000027",
"0.000000000000"
],
[
"5",
"592",
"Summation",
"CS2",
"001(first)",
"831",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.000000000000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.960563338000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.583783522000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.000000000000"
],
[
"6",
"592",
"Summation",
"CS2",
"002(last)",
"831",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.000000000000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.960563338000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.583783522000",
"0.578847865000",
"-0.954622419000",
"-0.010520073000",
"0.000000000000"
],
[
"7",
"592",
"Summation",
"CS2",
"001(first)",
"830",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.218677917000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.699085119000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.355809621000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.000000000000"
],
[
"8",
"592",
"Summation",
"CS2",
"002(last)",
"830",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.218677917000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.699085119000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.355809621000",
"0.158128815000",
"-0.675527127000",
"-0.038901592900",
"0.000000000000"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
2 |
Result Table Type • Plate Force - Unit Length Local: "PLATEFORCEUL" • Plate Force - Unit Length Local - View by Max Value Items: "PLATEFORCEULVBM" • Plate Force - Unit Length UCS: "PLATEFORCEUG" • Plate Force - Unit Length UCS - View by Max Value Items: "PLATEFORCEUGVBM" • Plate Force - Unit Length W-A Moment: "PLATEFORCEWA" |
"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 |
|
9 |
Average Nodal Result Option |
"AVERAGE_NODAL_RESULT" |
Boolean |
false |
Optional |
|
10 |
Node Flag |
"NODE_FLAG" |
Object |
- |
Optional |
|
(1) |
Center |
"CENTER" |
Boolean |
false |
Optional |
|
(2) |
Nodes |
"NODES" |
Boolean |
false |
Optional |
|
Construction Stage |
||||||
11 |
Activation - Construction Stage Step |
"OPT_CS" |
Boolean |
false |
Optional |
|
12 |
Stage Step Name |
"STAGE_STEP" |
Array [String] |
All |
Optional |
|
View by Max Value Items |
||||||
13 |
Select Component • "Fxx" • "Fyy" • "Fxy" • "Mxx" • "Myy" • "Mxy" • "Vxx" • "Vyy" |
"ITEM_TO_DISPLAY" |
Array [String] |
All |
Optional |