Skip to main content
JSON Manual Created Edited

Solid Stress (Global) - Analysis Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "TABLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "SolidStress-Global",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "SOLIDSG"
                        ]
                    },
                    "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"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Solid Stress(Global) - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "SolidStress(Global)",
        "TABLE_TYPE": "SOLIDSG",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Node",
            "Sig-XX",
            "Sig-YY",
            "Sig-ZZ",
            "Sig-XY",
            "Sig-YZ",
            "Sig-XZ",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "Sig-P1/ux",
            "Sig-P1/uy",
            "Sig-P1/uz",
            "Sig-P2/ux",
            "Sig-P2/uy",
            "Sig-P2/uz",
            "Sig-P3/ux",
            "Sig-P3/uy",
            "Sig-P3/uz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                3381
            ]
        },
        "LOAD_CASE_NAMES": [
            "DL(ST)"
        ],
        "AVERAGE_NODAL_RESULT": true,
        "NODE_FLAG": {
            "CENTER": false,
            "NODES": true
        }
    }
}

Solid Stress(Global) - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "SolidStress(Global)",
        "TABLE_TYPE": "SOLIDSG",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Sig-XX",
            "Sig-YY",
            "Sig-ZZ",
            "Sig-XY",
            "Sig-YZ",
            "Sig-XZ",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "ux",
            "uy",
            "uz",
            "ux",
            "uy",
            "uz",
            "ux",
            "uy",
            "uz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                3381
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "AVERAGE_NODAL_RESULT": true,
        "NODE_FLAG": {
            "CENTER": false,
            "NODES": true
        },
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS1:001(first)",
            "CS1:002(last)"
        ]
    }
}


Response Examples

Solid Stress(Global) - General/Post CS

{
    "SolidStress(Global)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Node",
            "Sig-XX",
            "Sig-YY",
            "Sig-ZZ",
            "Sig-XY",
            "Sig-YZ",
            "Sig-XZ",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "Sig-P1/ux",
            "Sig-P1/uy",
            "Sig-P1/uz",
            "Sig-P2/ux",
            "Sig-P2/uy",
            "Sig-P2/uz",
            "Sig-P3/ux",
            "Sig-P3/uy",
            "Sig-P3/uz"
        ],
        "DATA": [
            [
                "1",
                "3381",
                "DL",
                "4052",
                "-0.013482340647",
                "-0.013660921945",
                "-0.066735565488",
                "0.000127121684",
                "0.003275593336",
                "-0.002050775097",
                "-0.013403458224",
                "-0.013459546178",
                "-0.067015823678",
                "0.026806182727",
                "0.053584343493",
                "0.025259901766",
                "0.999095568656",
                "0.020691098082",
                "-0.037147316882",
                "-0.018358914462",
                "0.997903478478",
                "0.062061243156",
                "0.038353552001",
                "-0.061323128609",
                "0.997380809393"
            ],
            [
                "2",
                "3381",
                "DL",
                "4048",
                "-0.013816459283",
                "-0.013995130262",
                "-0.068466484244",
                "0.000109180317",
                "0.002768339348",
                "-0.001793233652",
                "-0.013754307490",
                "-0.013858112183",
                "-0.068665654115",
                "0.027455673312",
                "0.054859517935",
                "0.025861024763",
                "0.983386706267",
                "0.180044411731",
                "-0.023121326553",
                "-0.178546893383",
                "0.982355652779",
                "0.055663078572",
                "0.032735192076",
                "-0.050610090471",
                "0.998181860155"
            ],
            [
                "3",
                "3381",
                "DL",
                "4047",
                "-0.013813981525",
                "-0.013997970963",
                "-0.068466562612",
                "0.000106777486",
                "0.003148200045",
                "-0.000973869343",
                "-0.013755000276",
                "-0.013858143021",
                "-0.068665371803",
                "0.027455185764",
                "0.054858872877",
                "0.025860720679",
                "0.772768497107",
                "0.634280409795",
                "0.022742287241",
                "-0.634437374994",
                "0.770960424237",
                "0.055760572728",
                "0.017834435500",
                "-0.057518571004",
                "0.998185126567"
            ],
            [
                "4",
                "3381",
                "DL",
                "4049",
                "-0.013462392576",
                "-0.013684601623",
                "-0.066733938510",
                "0.000111224081",
                "0.003674078709",
                "-0.001199307634",
                "-0.013404783523",
                "-0.013461886503",
                "-0.067014262683",
                "0.026804739580",
                "0.053580950491",
                "0.025258302290",
                "0.681938325778",
                "0.730571951502",
                "0.034996335728",
                "0.731064153856",
                "-0.679364904060",
                "-0.063312953481",
                "0.022479385715",
                "-0.068760096064",
                "0.997379930822"
            ],
            [
                "5",
                "3381",
                "DL",
                "3211",
                "-0.003291063625",
                "-0.002630261996",
                "-0.055705144300",
                "-0.000262740820",
                "0.003174063801",
                "-0.001642649322",
                "-0.002303071370",
                "-0.003379009583",
                "-0.055944388968",
                "0.026820658799",
                "0.053111522792",
                "0.025037011950",
                "-0.358024786692",
                "0.931350271365",
                "0.066369602554",
                "0.933202889229",
                "0.359271597547",
                "-0.007502448306",
                "0.030832120404",
                "-0.059250242406",
                "0.997766901198"
            ],
            [
                "6",
                "3381",
                "DL",
                "3208",
                "-0.003616052720",
                "-0.003119608512",
                "-0.057059509184",
                "-0.000121621024",
                "0.002290743410",
                "-0.001255023526",
                "-0.002972845314",
                "-0.003636597004",
                "-0.057185728097",
                "0.027106441392",
                "0.053884073096",
                "0.025401195656",
                "-0.273436499864",
                "0.960739387755",
                "0.047035192762",
                "0.961607703734",
                "0.274213945734",
                "-0.010832178142",
                "0.023304605992",
                "-0.042267490830",
                "0.998834498082"
            ],
            [
                "7",
                "3381",
                "DL",
                "3209",
                "-0.003442420629",
                "-0.003292117932",
                "-0.057059004052",
                "-0.000266181129",
                "0.002432273411",
                "-0.000952740362",
                "-0.002972154248",
                "-0.003636145237",
                "-0.057185243129",
                "0.027106544441",
                "0.053884161750",
                "0.025401237448",
                "-0.562504870240",
                "0.825455351679",
                "0.047029069108",
                "0.826609080230",
                "0.562671432666",
                "0.010875998458",
                "0.017484262559",
                "-0.044992457661",
                "0.998834310242"
            ],
            [
                "8",
                "3381",
                "DL",
                "3210",
                "-0.003160103014",
                "-0.002759364816",
                "-0.055706618908",
                "-0.000372230085",
                "0.003293993303",
                "-0.001386015611",
                "-0.002301511649",
                "-0.003378755175",
                "-0.055945819914",
                "0.026822154132",
                "0.053113880285",
                "0.025038123283",
                "-0.485144964506",
                "0.871911352826",
                "0.066369844265",
                "0.874054097156",
                "0.485771823267",
                "0.007427715970",
                "0.025764290379",
                "-0.061614353309",
                "0.997767444251"
            ]
        ]
    }
}

Solid Stress(Global) - Construction Stage

{
    "SolidStress(Global)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Sig-XX",
            "Sig-YY",
            "Sig-ZZ",
            "Sig-XY",
            "Sig-YZ",
            "Sig-XZ",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "DATA": [
            [
                "1",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4052",
                "-0.013482340647",
                "-0.013660921945",
                "-0.066735565488",
                "0.000127121684",
                "0.003275593336",
                "-0.002050775097",
                "-0.013403458224",
                "-0.013459546178",
                "-0.067015823678",
                "0.026806182727",
                "0.053584343493",
                "0.025259901766"
            ],
            [
                "2",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4052",
                "-0.203360899531",
                "-0.197643173746",
                "-1.046833123744",
                "0.000693819597",
                "0.207077788426",
                "-0.167389555784",
                "-0.123667072755",
                "-0.200526195285",
                "-1.123643928981",
                "0.499988428113",
                "0.963848377072",
                "0.454362482309"
            ],
            [
                "3",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4048",
                "-0.013816459283",
                "-0.013995130262",
                "-0.068466484244",
                "0.000109180317",
                "0.002768339348",
                "-0.001793233652",
                "-0.013754307490",
                "-0.013858112183",
                "-0.068665654115",
                "0.027455673312",
                "0.054859517935",
                "0.025861024763"
            ],
            [
                "4",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4048",
                "-0.194988042618",
                "-0.198295151381",
                "-0.993020540291",
                "0.000183341850",
                "0.244187240048",
                "-0.166625361247",
                "-0.099578383359",
                "-0.195888048183",
                "-1.090837302748",
                "0.495629459694",
                "0.946785077262",
                "0.446318765639"
            ],
            [
                "5",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4047",
                "-0.013813981525",
                "-0.013997970963",
                "-0.068466562612",
                "0.000106777486",
                "0.003148200045",
                "-0.000973869343",
                "-0.013755000276",
                "-0.013858143021",
                "-0.068665371803",
                "0.027455185764",
                "0.054858872877",
                "0.025860720679"
            ],
            [
                "6",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4047",
                "-0.194096574394",
                "-0.196376992209",
                "-0.988921091340",
                "0.000656205116",
                "0.297214930593",
                "-0.037567583416",
                "-0.095993296881",
                "-0.193970278327",
                "-1.089431082735",
                "0.496718892927",
                "0.948253177028",
                "0.447010834506"
            ],
            [
                "7",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4049",
                "-0.013462392576",
                "-0.013684601623",
                "-0.066733938510",
                "0.000111224081",
                "0.003674078709",
                "-0.001199307634",
                "-0.013404783523",
                "-0.013461886503",
                "-0.067014262683",
                "0.026804739580",
                "0.053580950491",
                "0.025258302290"
            ],
            [
                "8",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4049",
                "-0.197139062588",
                "-0.201875867374",
                "-1.044186063814",
                "-0.003358409675",
                "0.277103020783",
                "-0.007471424455",
                "-0.118524688362",
                "-0.197463533413",
                "-1.127212772001",
                "0.504344041819",
                "0.971626635593",
                "0.458029188539"
            ],
            [
                "9",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3211",
                "-0.003291063625",
                "-0.002630261996",
                "-0.055705144300",
                "-0.000262740820",
                "0.003174063801",
                "-0.001642649322",
                "-0.002303071370",
                "-0.003379009583",
                "-0.055944388968",
                "0.026820658799",
                "0.053111522792",
                "0.025037011950"
            ],
            [
                "10",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3211",
                "-0.024598066316",
                "-0.058331875359",
                "-1.071440377184",
                "0.024316984920",
                "0.255520090602",
                "-0.089898840464",
                "0.002874055449",
                "-0.017238231546",
                "-1.140006142762",
                "0.571440099106",
                "1.132957950236",
                "0.534081499608"
            ],
            [
                "11",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3208",
                "-0.003616052720",
                "-0.003119608512",
                "-0.057059509184",
                "-0.000121621024",
                "0.002290743410",
                "-0.001255023526",
                "-0.002972845314",
                "-0.003636597004",
                "-0.057185728097",
                "0.027106441392",
                "0.053884073096",
                "0.025401195656"
            ],
            [
                "12",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3208",
                "-0.024840408443",
                "-0.038545836986",
                "-1.011860047689",
                "0.021593271328",
                "0.202762634786",
                "-0.071773291785",
                "0.004130737583",
                "-0.021576628281",
                "-1.057800402420",
                "0.530965570001",
                "1.049313662557",
                "0.494651204257"
            ],
            [
                "13",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3209",
                "-0.003442420629",
                "-0.003292117932",
                "-0.057059004052",
                "-0.000266181129",
                "0.002432273411",
                "-0.000952740362",
                "-0.002972154248",
                "-0.003636145237",
                "-0.057185243129",
                "0.027106544441",
                "0.053884161750",
                "0.025401237448"
            ],
            [
                "14",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3209",
                "0.006754045135",
                "-0.069953789296",
                "-0.993757898196",
                "-0.011244841465",
                "0.205075160498",
                "-0.045394980645",
                "0.017837498919",
                "-0.035865228647",
                "-1.038929912629",
                "0.528383705774",
                "1.030965592372",
                "0.486001841024"
            ],
            [
                "15",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3210",
                "-0.003160103014",
                "-0.002759364816",
                "-0.055706618908",
                "-0.000372230085",
                "0.003293993303",
                "-0.001386015611",
                "-0.002301511649",
                "-0.003378755175",
                "-0.055945819914",
                "0.026822154132",
                "0.053113880285",
                "0.025038123283"
            ],
            [
                "16",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3210",
                "-0.006108602047",
                "-0.078944817022",
                "-1.051516465262",
                "0.001363591754",
                "0.258080303021",
                "-0.069353566325",
                "0.008305835461",
                "-0.025011279984",
                "-1.119864439808",
                "0.564085137634",
                "1.111886154639",
                "0.524148159902"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Solid Stress - Global: "SOLIDSG"

"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

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



0
Was this article helpful?