Skip to main content
JSON Manual Created Edited

General Link - 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": [
                            "THISGLINKFORCE",
                            "THISGLINKDEFORMATION"
                        ]
                    },
                    "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"
                            }
                        }
                    },
                    "LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "StaticLoad/LoadCombinationName&Type",
                        "items": {
                            "type": "string"
                        }
                    },
                    "OPT_CS": {
                        "type": "boolean",
                        "description": "Activation-ConstructionStageStep"
                    },
                    "STAGE_STEP": {
                        "type": "array",
                        "description": "StageStepName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

General Link-Force

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Force",
        "TABLE_TYPE": "THISGLINKFORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node",
            "Axial/Force",
            "Axial/Time/Step",
            "Shear-y/Force",
            "Shear-y/Time/Step",
            "Shear-z/Force",
            "Shear-z/Time/Step",
            "Torsion/Force",
            "Torsion/Time/Step",
            "Moment-y/Force",
            "Moment-y/Time/Step",
            "Moment-z/Force",
            "Moment-z/Time/Step"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}

General Link-Deformation

{
    "Argument": {
        "TABLE_NAME": "GeneralLink-Deformation",
        "TABLE_TYPE": "THISGLINKDEFORMATION",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "No.",
            "Load",
            "Node1",
            "Node2",
            "Dx/Deformation",
            "Dx/Time/Step",
            "Dy/Deformation",
            "Dy/Time/Step",
            "Dz/Deformation",
            "Dz/Time/Step",
            "Rx/Deformation",
            "Rx/Time/Step",
            "Ry/Deformation",
            "Ry/Time/Step",
            "Rz/Deformation",
            "Rz/Time/Step"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                1
            ]
        },
        "LOAD_CASE_NAMES": [
            "Elcent(TH:max)",
            "Elcent(TH:min)"
        ]
    }
}


Response Examples

General Link-Force

{
    "GeneralLink-Force": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node",
            "Axial/Force",
            "Axial/Time/Step",
            "Shear-y/Force",
            "Shear-y/Time/Step",
            "Shear-z/Force",
            "Shear-z/Time/Step",
            "Torsion/Force",
            "Torsion/Time/Step",
            "Moment-y/Force",
            "Moment-y/Time/Step",
            "Moment-z/Force",
            "Moment-z/Time/Step"
        ],
        "DATA": [
            [
                "1",
                "1",
                "Elcent(max)",
                "18",
                "499.476687500000",
                "2.400000000000",
                "450.036250000000",
                "3.200000000000",
                "515.898968750000",
                "2.600000000000",
                "475.261125000000",
                "4.600000000000",
                "1451.482750000000",
                "2.400000000000",
                "1180.272500000000",
                "2.100000000000"
            ],
            [
                "2",
                "1",
                "Elcent(min)",
                "18",
                "-669.949250000000",
                "2.000000000000",
                "-555.443812500000",
                "2.600000000000",
                "-517.579125000000",
                "5.000000000000",
                "-487.232062500000",
                "5.000000000000",
                "-1146.132750000000",
                "2.100000000000",
                "-1339.953625000000",
                "2.400000000000"
            ]
        ]
    }
}

General Link-Deformation

{
    "GeneralLink-Deformation": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "No.",
            "Load",
            "Node1",
            "Node2",
            "Dx/Deformation",
            "Dx/Time/Step",
            "Dy/Deformation",
            "Dy/Time/Step",
            "Dz/Deformation",
            "Dz/Time/Step",
            "Rx/Deformation",
            "Rx/Time/Step",
            "Ry/Deformation",
            "Ry/Time/Step",
            "Rz/Deformation",
            "Rz/Time/Step"
        ],
        "DATA": [
            [
                "1",
                "1",
                "Elcent(max)",
                "18",
                "10",
                "0.500344097614",
                "2.400000000000",
                "0.450891047716",
                "3.200000000000",
                "0.515045344830",
                "2.600000000000",
                "0.047441307455",
                "4.600000000000",
                "0.145236372948",
                "2.400000000000",
                "0.117942161858",
                "2.100000000000"
            ],
            [
                "2",
                "1",
                "Elcent(min)",
                "18",
                "10",
                "-0.669098973274",
                "2.000000000000",
                "-0.554590106010",
                "2.600000000000",
                "-0.516815662384",
                "5.000000000000",
                "-0.048638608307",
                "5.000000000000",
                "-0.114528223872",
                "2.100000000000",
                "-0.134083509445",
                "2.400000000000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • General Link - Force: "THISGLINKFORCE"

 • General Link - Deformation: "THISGLINKDEFORMATION"

"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

Construction Stage (Except for Reaction-Local Surface Spring)

9

Activation - Construction Stage Step

"OPT_CS"

Boolean

false

Optional

10

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?