Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BeamStress",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"BEAMSTRESS",
"BEAMSTRESS7DOF"
]
},
"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"
}
},
"PARTS": {
"type": "array",
"description": "ElementPartNumber",
"items": {
"type": "string",
"enum": [
"Part1",
"Part1/4",
"Part2/4",
"Part3/4",
"PartJ"
]
}
},
"SECTION_POSITION": {
"type": "array",
"description": "SectionPosition",
"items": {
"type": "string",
"enum": [
"Pos-1",
"Pos-2",
"Pos-3",
"Pos-4",
"Max"
]
}
},
"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": [
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)"
]
}
}
}
}
}
}
}
Request Examples
Beam Stress - General/Post CS
"Argument": {
"TABLE_NAME": "BeamStress",
"TABLE_TYPE": "BEAMSTRESS",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "N",
"DIST": "mm"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"Selfweight(ST)"
],
"PARTS": [
"PartI",
"PartJ"
]
}
}
Beam Stress - Construction Stage
"Argument": {
"TABLE_NAME": "BeamStress",
"TABLE_TYPE": "BEAMSTRESS",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "N",
"DIST": "mm"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Stage",
"Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"PARTS": [
"PartI",
"PartJ"
],
"OPT_CS": true,
"STAGE_STEP": [
"CS3:001(first)",
"CS3:002(last)"
]
}
}
Beam Stress - View By Max Value Items
"Argument": {
"TABLE_NAME": "BeamStressViewByMaxValue",
"TABLE_TYPE": "BEAMSTRESSVBM",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Part",
"Component",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"NODE_ELEMS": {
"KEYS": [
2833
]
},
"LOAD_CASE_NAMES": [
"STLENV_SER(CB:max)",
"STLENV_SER(CB:min)"
],
"PARTS": [
"PartI",
"PartJ"
],
"ITEM_TO_DISPLAY": [
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)"
]
}
}
Beam Stress(7th DOF) - General/Post CS
"Argument": {
"TABLE_NAME": "BeamStress(7thDOF)",
"TABLE_TYPE": "BEAMSTRESS7DOF",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "N",
"DIST": "mm"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Part",
"SectionPosition",
"Sax(Warping)",
"Ssy(Mt)",
"Ssy(Mw)",
"Ssz(Mt)",
"Ssz(Mw)",
"Cb(Ssy)",
"Cb(Ssz)"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"EccentricLoads(ST)"
],
"PARTS": [
"PartI",
"PartJ"
],
"SECTION_POSITION": [
"Pos-1",
"Max"
]
}
}
Beam Stress(7th DOF) - Construction Stage
"Argument": {
"TABLE_NAME": "BeamStress(7thDOF)",
"TABLE_TYPE": "BEAMSTRESS7DOF",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Load",
"Stage",
"Step",
"Part",
"SectionPosition",
"Sax(Warping)",
"Ssy(Mt)",
"Ssy(Mw)",
"Ssz(Mt)",
"Ssz(Mw)",
"Cb(Ssy)",
"Cb(Ssz)"
],
"NODE_ELEMS": {
"KEYS": [
1
]
},
"LOAD_CASE_NAMES": [
"Summation(CS)"
],
"PARTS": [
"PartI",
"PartJ"
],
"SECTION_POSITION": [
"Pos-1",
"Max"
],
"OPT_CS": true,
"STAGE_STEP": [
"CS3:001(first)",
"CS3:002(last)"
]
}
}
Response Examples
Beam Stress - General/Post CS
"BeamStress": {
"FORCE": "N",
"DIST": "mm",
"HEAD": [
"Index",
"Elem",
"Load",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"DATA": [
[
"1",
"1",
"Selfweight",
"I[1]",
"0.000000000000",
"0.000000000000",
"-0.414539776612",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000"
],
[
"2",
"1",
"Selfweight",
"J[2]",
"0.000000000000",
"0.000000000000",
"-0.340878725923",
"0.000000000000",
"0.000000000000",
"-1.007598930992",
"1.006490659682",
"-1.007598930992",
"-1.007598930992",
"-1.007598930992",
"1.006490659682",
"1.006490659682"
]
]
}
}
Beam Stress - Construction Stage
"BeamStress": {
"FORCE": "N",
"DIST": "mm",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Part",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"DATA": [
[
"1",
"1",
"Summation",
"CS3",
"001(first)",
"I[1]",
"-0.774105629705",
"0.000000000000",
"-0.633378895214",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"-0.774105629705",
"-0.774105629705",
"-0.774105629705",
"-0.774105629705",
"-0.774105629705"
],
[
"2",
"1",
"Summation",
"CS3",
"001(first)",
"J[2]",
"-0.787581597130",
"0.000000000000",
"-0.510199230117",
"0.000000000000",
"0.000000000000",
"-1.517545803005",
"1.519418342486",
"-2.328225752254",
"-2.282028873379",
"-2.328225752254",
"0.754933827124",
"0.708739639195"
],
[
"3",
"1",
"Summation",
"CS3",
"002(last)",
"I[1]",
"-0.744504234867",
"0.000000000000",
"-0.577418296643",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"-0.744504234867",
"-0.744504234867",
"-0.744504234867",
"-0.744504234867",
"-0.744504234867"
],
[
"4",
"1",
"Summation",
"CS3",
"002(last)",
"J[2]",
"-0.758525959093",
"0.000000000000",
"-0.454017389982",
"0.000000000000",
"0.000000000000",
"-1.367805265403",
"1.369849820327",
"-2.184032072860",
"-2.184032072860",
"-2.068630812379",
"0.553626622496",
"0.669021160908"
]
]
}
}
Beam Stress - View By Max Value Items
"BeamStressViewByMaxValue": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Part",
"Component",
"Axial",
"Shear-y",
"Shear-z",
"Bend(+y)",
"Bend(-y)",
"Bend(+z)",
"Bend(-z)",
"Cb(min/max)",
"Cb1(-y+z)",
"Cb2(+y+z)",
"Cb3(+y-z)",
"Cb4(-y-z)"
],
"DATA": [
[
"1",
"2833",
"STLENV_SER(max)",
"I[781]",
"Axial",
"14501.204492710700",
"10.364105217203",
"1287.477776027480",
"-190.557266825830",
"190.557266825830",
"-12261.744480687799",
"32108.382246495301",
"46800.144006031900",
"2430.017278848780",
"2048.902745197120",
"46419.029472380200",
"46800.144006031900"
],
[
"2",
"2833",
"STLENV_SER(max)",
"I[781]",
"Shear-y",
"14372.980319236500",
"10.373746795846",
"1276.093332719480",
"-191.313711271162",
"191.313711271162",
"-12153.320767861000",
"31824.465873787500",
"46388.759904295199",
"2410.973262646700",
"2028.345840104370",
"46006.132481752902",
"46388.759904295199"
],
[
"3",
"2833",
"STLENV_SER(max)",
"I[781]",
"Shear-z",
"14501.204492710700",
"10.364105217203",
"1287.477776027480",
"-190.557266825830",
"190.557266825830",
"-12261.744480687799",
"32108.382246495301",
"46800.144006031900",
"2430.017278848780",
"2048.902745197120",
"46419.029472380200",
"46800.144006031900"
],
[
"4",
"2833",
"STLENV_SER(max)",
"I[781]",
"Bend(+y)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"5",
"2833",
"STLENV_SER(max)",
"I[781]",
"Bend(-y)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"6",
"2833",
"STLENV_SER(max)",
"I[781]",
"Bend(+z)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"7",
"2833",
"STLENV_SER(max)",
"I[781]",
"Bend(-z)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"8",
"2833",
"STLENV_SER(max)",
"J[832]",
"Axial",
"14501.204492710700",
"10.364105217203",
"1287.477776027480",
"-516.096107538278",
"516.096107538278",
"-4694.538248798050",
"12293.032920446700",
"27310.333520695702",
"10322.762351450900",
"9290.570136374379",
"26278.141305619200",
"27310.333520695702"
],
[
"9",
"2833",
"STLENV_SER(max)",
"J[832]",
"Shear-y",
"14372.980319236500",
"10.373746795846",
"1276.093332719480",
"-511.532627181158",
"511.532627181158",
"-4653.026814859980",
"12184.331830599100",
"27068.844777016799",
"10231.486131557700",
"9208.420877195360",
"26045.779522654499",
"27068.844777016799"
],
[
"10",
"2833",
"STLENV_SER(max)",
"J[832]",
"Shear-z",
"14501.204492710700",
"10.364105217203",
"1287.477776027480",
"-516.096107538278",
"516.096107538278",
"-4694.538248798050",
"12293.032920446700",
"27310.333520695702",
"10322.762351450900",
"9290.570136374379",
"26278.141305619200",
"27310.333520695702"
],
[
"11",
"2833",
"STLENV_SER(max)",
"J[832]",
"Bend(+y)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"12",
"2833",
"STLENV_SER(max)",
"J[832]",
"Bend(-y)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"13",
"2833",
"STLENV_SER(max)",
"J[832]",
"Bend(+z)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"14",
"2833",
"STLENV_SER(max)",
"J[832]",
"Bend(-z)",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"15",
"2833",
"STLENV_SER(min)",
"I[781]",
"Axial",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"16",
"2833",
"STLENV_SER(min)",
"I[781]",
"Shear-y",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"17",
"2833",
"STLENV_SER(min)",
"I[781]",
"Shear-z",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"188.713794009808",
"-188.713794009808",
"444.834228363175",
"-1164.834862046360",
"-2687.358643180450",
"-1077.689552770920",
"-700.261964751302",
"-2309.931055160830",
"-2687.358643180450"
],
[
"18",
"2833",
"STLENV_SER(min)",
"I[781]",
"Bend(+y)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"44.858108833116",
"-44.858108833116",
"22.012023794759",
"-57.640287247402",
"-110.987828313646",
"-31.335517271486",
"58.380700394747",
"-21.271610647414",
"-110.987828313646"
],
[
"19",
"2833",
"STLENV_SER(min)",
"I[781]",
"Bend(-y)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"44.858108833116",
"-44.858108833116",
"22.012023794759",
"-57.640287247402",
"-110.987828313646",
"-31.335517271486",
"58.380700394747",
"-21.271610647414",
"-110.987828313646"
],
[
"20",
"2833",
"STLENV_SER(min)",
"I[781]",
"Bend(+z)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"44.858108833116",
"-44.858108833116",
"22.012023794759",
"-57.640287247402",
"-110.987828313646",
"-31.335517271486",
"58.380700394747",
"-21.271610647414",
"-110.987828313646"
],
[
"21",
"2833",
"STLENV_SER(min)",
"I[781]",
"Bend(-z)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"44.858108833116",
"-44.858108833116",
"22.012023794759",
"-57.640287247402",
"-110.987828313646",
"-31.335517271486",
"58.380700394747",
"-21.271610647414",
"-110.987828313646"
],
[
"22",
"2833",
"STLENV_SER(min)",
"J[832]",
"Axial",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"23",
"2833",
"STLENV_SER(min)",
"J[832]",
"Shear-y",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"24",
"2833",
"STLENV_SER(min)",
"J[832]",
"Shear-z",
"-1333.809987124280",
"-15.280486414039",
"-107.272900132366",
"230.241112199151",
"-230.241112199151",
"3063.829932236760",
"-8022.889626957390",
"-9586.940726280831",
"1499.778832913330",
"1960.261057311630",
"-9126.458501882529",
"-9586.940726280831"
],
[
"25",
"2833",
"STLENV_SER(min)",
"J[832]",
"Bend(+y)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"33.704150330788",
"-33.704150330788",
"46.071840163706",
"-120.642887079044",
"-162.836469642961",
"3.878257599789",
"71.286558261365",
"-95.428168981384",
"-162.836469642961"
],
[
"26",
"2833",
"STLENV_SER(min)",
"J[832]",
"Bend(-y)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"33.704150330788",
"-33.704150330788",
"46.071840163706",
"-120.642887079044",
"-162.836469642961",
"3.878257599789",
"71.286558261365",
"-95.428168981384",
"-162.836469642961"
],
[
"27",
"2833",
"STLENV_SER(min)",
"J[832]",
"Bend(+z)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"33.704150330788",
"-33.704150330788",
"46.071840163706",
"-120.642887079044",
"-162.836469642961",
"3.878257599789",
"71.286558261365",
"-95.428168981384",
"-162.836469642961"
],
[
"28",
"2833",
"STLENV_SER(min)",
"J[832]",
"Bend(-z)",
"-8.489432233129",
"-1.845397042690",
"-7.451930870190",
"33.704150330788",
"-33.704150330788",
"46.071840163706",
"-120.642887079044",
"-162.836469642961",
"3.878257599789",
"71.286558261365",
"-95.428168981384",
"-162.836469642961"
]
]
}
}
Beam Stress(7th DOF) - General/Post CS
"BeamStress(7thDOF)": {
"FORCE": "N",
"DIST": "mm",
"HEAD": [
"Index",
"Elem",
"Load",
"Part",
"SectionPosition",
"Sax(Warping)",
"Ssy(Mt)",
"Ssy(Mw)",
"Ssz(Mt)",
"Ssz(Mw)",
"Cb(Ssy)",
"Cb(Ssz)"
],
"DATA": [
[
"1",
"1",
"EccentricLoads",
"I[1]",
"Pos-1",
"0.000000000000",
"-0.000769832639",
"0.014441854460",
"-0.000722966974",
"0.009767207099",
"0.013672021820",
"0.009044240125"
],
[
"2",
"1",
"EccentricLoads",
"I[1]",
"Max",
"0.000000000000",
"-0.000769832639",
"0.014441854460",
"-0.000722966974",
"0.009767207099",
"0.013672021820",
"0.009044240125"
],
[
"3",
"1",
"EccentricLoads",
"J[2]",
"Pos-1",
"0.062698904527",
"0.000041743293",
"-0.098371516926",
"0.000039202056",
"-0.066494595423",
"-0.098329773633",
"-0.066455393367"
],
[
"4",
"1",
"EccentricLoads",
"J[2]",
"Max",
"0.062698904527",
"0.000041743293",
"-0.098371516926",
"0.000039202056",
"-0.066494595423",
"-0.098329773633",
"-0.066455393367"
]
]
}
}
Beam Stress(7th DOF) - Construction Stage
"BeamStress(7thDOF)": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Load",
"Stage",
"Step",
"Part",
"SectionPosition",
"Sax(Warping)",
"Ssy(Mt)",
"Ssy(Mw)",
"Ssz(Mt)",
"Ssz(Mw)",
"Cb(Ssy)",
"Cb(Ssz)"
],
"DATA": [
[
"1",
"1",
"Summation",
"CS3",
"001(first)",
"I[1]",
"Pos-1",
"0.000000000000",
"-0.202862111996",
"69.145522875219",
"-0.190512326587",
"46.763983379006",
"68.942660763224",
"46.573471052419"
],
[
"2",
"1",
"Summation",
"CS3",
"001(first)",
"I[1]",
"Max",
"0.000000000000",
"-0.202862111996",
"69.145522875219",
"-0.190512326587",
"46.763983379006",
"68.942660763224",
"46.573471052419"
],
[
"3",
"1",
"Summation",
"CS3",
"001(first)",
"J[2]",
"Pos-1",
"23.098526755588",
"0.096125701592",
"-81.473658606744",
"0.090273786834",
"-55.126516923452",
"-81.377532905152",
"-55.036243136618"
],
[
"4",
"1",
"Summation",
"CS3",
"001(first)",
"J[2]",
"Max",
"23.098526755588",
"0.096125701592",
"-81.473658606744",
"0.090273786834",
"-55.126516923452",
"-81.377532905152",
"-55.036243136618"
],
[
"5",
"1",
"Summation",
"CS3",
"002(last)",
"I[1]",
"Pos-1",
"0.000000000000",
"0.619641045877",
"142.206433235516",
"0.581918703976",
"96.175992366336",
"142.826074281392",
"96.757911070312"
],
[
"6",
"1",
"Summation",
"CS3",
"002(last)",
"I[1]",
"Max",
"0.000000000000",
"0.619641045877",
"142.206433235516",
"0.581918703976",
"96.175992366336",
"142.826074281392",
"96.757911070312"
],
[
"7",
"1",
"Summation",
"CS3",
"002(last)",
"J[2]",
"Pos-1",
"-57.700848363806",
"-0.127239941467",
"-85.445671139979",
"-0.119493862334",
"-57.811457595214",
"-85.572911081445",
"-57.930951457548"
],
[
"8",
"1",
"Summation",
"CS3",
"002(last)",
"J[2]",
"Max",
"-57.700848363806",
"-0.127239941467",
"-85.445671139979",
"-0.119493862334",
"-57.811457595214",
"-85.572911081445",
"-57.930951457548"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
2 |
Result Table Type • Beam Stress: "BEAMSTRESS" • Beam Stress - View by Max Value Items: "BEAMSTRESSVBM" • Beam Stress - 7th DOF: "BEAMSTRESS7DOF" |
"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 |
Element Part Number • "Part I" • "Part 1/4" • "Part 2/4" • "Part 3/4" • "Part J" |
"PARTS" |
Array [String] |
All |
Optional |
|
Beam Stress - 7th DOF |
||||||
10 |
Section Position • "Pos-1" • "Pos-2" • "Pos-3" • "Pos-4" • "Max" |
"SECTION_POSITION" |
Array [String] |
All |
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 • Beam Stress ◦ "Axial" ◦ "Shear-y" ◦ "Shear-z" ◦ "Bend(+y)" ◦ "Bend(-y)" ◦ "Bend(+z)" ◦ "Bend(-z)" |
"ITEM_TO_DISPLAY" |
Array [String] |
All |
Optional |