Skip to main content
JSON Manual Created Edited

Inelastic Hinge Beam Summary - TH Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "TableName"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "IEHG_BEAM_SUM_DX",
                            "IEHG_BEAM_SUM_DY",
                            "IEHG_BEAM_SUM_DZ",
                            "IEHG_BEAM_SUM_RY",
                            "IEHG_BEAM_SUM_RZ"
                        ]
                    },
                    "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"
                            }
                        }
                    },
                    "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"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "Method3:SpecifyStructureGroupName"
                            }
                        }
                    },
                    "TH_LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "TimeHistoryLoadCaseName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Dx

{
    "Argument": {
        "TABLE_NAME": "Dx",
        "TABLE_TYPE": "IEHG_BEAM_SUM_DX",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2,
                3
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Dy

{
    "Argument": {
        "TABLE_NAME": "Dy",
        "TABLE_TYPE": "IEHG_BEAM_SUM_DY",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2,
                3
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Dz

{
    "Argument": {
        "TABLE_NAME": "Dz",
        "TABLE_TYPE": "IEHG_BEAM_SUM_DZ",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2,
                3
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Ry

{
    "Argument": {
        "TABLE_NAME": "Ry",
        "TABLE_TYPE": "IEHG_BEAM_SUM_RY",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

Rz

{
    "Argument": {
        "TABLE_NAME": "Rz",
        "TABLE_TYPE": "IEHG_BEAM_SUM_RZ",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2,
                3
            ]
        },
        "TH_LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}


Response Examples

Dx

{
    "Dx": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "3.099999904633",
                "0.004527841229",
                "3173.563500000000",
                "36.361083984375",
                "25.025245666504",
                "2ndYield",
                "5~Level",
                "672.750118000000",
                "825.120000000000",
                "-",
                "0.000124524377",
                "0.000180930947",
                "-"
            ],
            [
                "2",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "3.099999904633",
                "0.004527841229",
                "3173.563500000000",
                "36.361083984375",
                "25.025245666504",
                "2ndYield",
                "5~Level",
                "672.750118000000",
                "825.120000000000",
                "-",
                "0.000124524377",
                "0.000180930947",
                "-"
            ],
            [
                "3",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "3.099999904633",
                "0.004527841229",
                "3173.563500000000",
                "36.361083984375",
                "25.025245666504",
                "2ndYield",
                "5~Level",
                "672.750118000000",
                "825.120000000000",
                "-",
                "0.000124524377",
                "0.000180930947",
                "-"
            ],
            [
                "4",
                "Lumped",
                "3",
                "Center",
                "Column",
                "Elcent(max)",
                "3.099999904633",
                "0.004969955422",
                "3412.418000000000",
                "39.911506652832",
                "27.468795776367",
                "2ndYield",
                "5~Level",
                "672.750118000000",
                "825.120000000000",
                "-",
                "0.000124524377",
                "0.000180930947",
                "-"
            ],
            [
                "5",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "0.800000011921",
                "-0.000017211358",
                "-3128.073000000000",
                "0.016187230125",
                "0.016187230125",
                "Elastic",
                "0~1Level",
                "5744.364292000000",
                "5744.364292000000",
                "-",
                "-0.001063267584",
                "-0.001063267584",
                "-"
            ],
            [
                "6",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "0.800000011921",
                "-0.000017211358",
                "-3128.073000000000",
                "0.016187230125",
                "0.016187230125",
                "Elastic",
                "0~1Level",
                "5744.364292000000",
                "5744.364292000000",
                "-",
                "-0.001063267584",
                "-0.001063267584",
                "-"
            ],
            [
                "7",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "0.800000011921",
                "-0.000017211358",
                "-3128.073000000000",
                "0.016187230125",
                "0.016187230125",
                "Elastic",
                "0~1Level",
                "5744.364292000000",
                "5744.364292000000",
                "-",
                "-0.001063267584",
                "-0.001063267584",
                "-"
            ],
            [
                "8",
                "Lumped",
                "3",
                "Center",
                "Column",
                "Elcent(min)",
                "0.800000011921",
                "-0.000017370623",
                "-3347.809500000000",
                "0.016337018460",
                "0.016337018460",
                "Elastic",
                "0~1Level",
                "5744.364292000000",
                "5744.364292000000",
                "-",
                "-0.001063267584",
                "-0.001063267584",
                "-"
            ]
        ]
    }
}

Dy

{
    "Dy": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "3.200000047684",
                "0.002804969903",
                "577.907250000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "2",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "3.200000047684",
                "0.002804969903",
                "577.907250000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "3",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "3.200000047684",
                "0.002804969903",
                "577.907250000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "4",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "3.200000047684",
                "0.003640656127",
                "750.083437500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "5",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "3.200000047684",
                "0.003640656127",
                "750.083437500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "6",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "2.700000047684",
                "-0.003488404676",
                "-718.715125000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "7",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "2.700000047684",
                "-0.003488404676",
                "-718.715125000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "8",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "2.700000047684",
                "-0.003488404676",
                "-718.715125000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "9",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "2.599999904633",
                "-0.004953552037",
                "-1020.579000000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "10",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "2.599999904633",
                "-0.004953552037",
                "-1020.579000000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ]
        ]
    }
}

Dz

{
    "Dz": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "2.700000047684",
                "0.003394920612",
                "699.454625000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "2",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "2.700000047684",
                "0.003394920612",
                "699.454625000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "3",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "2.700000047684",
                "0.003394920612",
                "699.454625000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "4",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "2.599999904633",
                "0.004381065723",
                "902.629812500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "5",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "2.599999904633",
                "0.004381065723",
                "902.629812500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "0.000000000000",
                "0.000000000000",
                "-",
                "0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "6",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "2.299999952316",
                "-0.002587994793",
                "-533.203875000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "7",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "2.299999952316",
                "-0.002587994793",
                "-533.203875000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "8",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "2.299999952316",
                "-0.002587994793",
                "-533.203875000000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "9",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "2.299999952316",
                "-0.002843100810",
                "-585.763312500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ],
            [
                "10",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "2.299999952316",
                "-0.002843100810",
                "-585.763312500000",
                "0.000000000000",
                "0.000000000000",
                "2ndYield",
                "0~1Level",
                "-0.000000000000",
                "-0.000000000000",
                "-",
                "-0.000000000000",
                "0.000000000000",
                "-"
            ]
        ]
    }
}

Ry

{
    "Ry": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "2.700000047684",
                "0.170683547854",
                "1568.113625000000",
                "333.389953613281",
                "51.630508422852",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "2",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "2.599999904633",
                "0.130921468139",
                "1238.407625000000",
                "255.724105834961",
                "39.602771759033",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "3",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "2.599999904633",
                "0.091863691807",
                "908.701562500000",
                "179.433990478516",
                "27.788085937500",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "4",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "5.000000000000",
                "-0.186841145158",
                "-1710.453375000000",
                "364.949981689453",
                "56.518058776855",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ],
            [
                "5",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "5.000000000000",
                "-0.156915083528",
                "-1457.832625000000",
                "306.496490478516",
                "47.465644836426",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ],
            [
                "6",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "2.099999904633",
                "-0.141846746206",
                "-1330.633250000000",
                "277.064056396484",
                "42.907585144043",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ]
        ]
    }
}

Rz

{
    "Rz": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "Elem",
            "HingeLocation",
            "InelasticHingeProp.",
            "Load",
            "Time/Step",
            "Deform",
            "Force",
            "max(D/D1)",
            "max(D/D2)",
            "Status",
            "Performance",
            "P1",
            "P2",
            "P3",
            "D1",
            "D2",
            "D3"
        ],
        "DATA": [
            [
                "1",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(max)",
                "3.200000047684",
                "0.211010187864",
                "1914.476250000000",
                "412.158477783203",
                "63.829013824463",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "2",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(max)",
                "3.200000047684",
                "0.176780045033",
                "1625.522625000000",
                "345.298004150391",
                "53.474651336670",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "3",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(max)",
                "2.099999904633",
                "0.143675625324",
                "1346.071750000000",
                "280.636352539063",
                "43.460807800293",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000511963677",
                "0.003305866383",
                "-"
            ],
            [
                "4",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(max)",
                "2.099999904633",
                "0.057932153344",
                "3067.439000000000",
                "678.940551757813",
                "105.144279479980",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000085327287",
                "0.000550977711",
                "-"
            ],
            [
                "5",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(max)",
                "2.099999904633",
                "0.048033103347",
                "2566.062000000000",
                "562.927856445313",
                "87.177940368652",
                "2ndYield",
                "5~Level",
                "43.217397000000",
                "161.140988000000",
                "-",
                "0.000085327287",
                "0.000550977711",
                "-"
            ],
            [
                "6",
                "Distributed",
                "2",
                "1-Pos",
                "Column-1",
                "Elcent(min)",
                "2.599999904633",
                "-0.190756365657",
                "-1743.503750000000",
                "372.597442626953",
                "57.702384948730",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ],
            [
                "7",
                "Distributed",
                "2",
                "2-Pos",
                "Column-1",
                "Elcent(min)",
                "2.599999904633",
                "-0.148510068655",
                "-1386.881750000000",
                "290.079315185547",
                "44.923194885254",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ],
            [
                "8",
                "Distributed",
                "2",
                "3-Pos",
                "Column-1",
                "Elcent(min)",
                "2.599999904633",
                "-0.106263779104",
                "-1030.259812500000",
                "207.561157226563",
                "32.144004821777",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000511963677",
                "-0.003305866383",
                "-"
            ],
            [
                "9",
                "Lumped",
                "3",
                "I",
                "Column",
                "Elcent(min)",
                "2.599999904633",
                "-0.061685919762",
                "-3257.563250000000",
                "722.933105468750",
                "111.957199096680",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000085327287",
                "-0.000550977711",
                "-"
            ],
            [
                "10",
                "Lumped",
                "3",
                "J",
                "Column",
                "Elcent(min)",
                "2.599999904633",
                "-0.041535876691",
                "-2236.984250000000",
                "486.783081054688",
                "75.385765075684",
                "2ndYield",
                "0~1Level",
                "-43.217397000000",
                "-161.140988000000",
                "-",
                "-0.000085327287",
                "-0.000550977711",
                "-"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Beam Summary - Dx: "IEHG_BEAM_SUM_DX"

 • Beam Summary - Dy: "IEHG_BEAM_SUM_DY"

 • Beam Summary - Dz: "IEHG_BEAM_SUM_DZ"

 • Beam Summary - Ry: "IEHG_BEAM_SUM_RY"

 • Beam Summary - RZ: "IEHG_BEAM_SUM_RZ"

"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
[Integer]

-

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

Time History Load Case Name

 • NAME

 • NAME + "(TH:all)"

 • NAME + "(TH:max)"

 • NAME + "(TH:min)"

"TH_LOAD_CASE_NAMES"

Array [String]

All

Optional



0
Was this article helpful?