Skip to main content
JSON Manual Created Edited

Initial Element Force - 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": "InitialElementForce",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "INITIAL_ELEM_FORCE"
                        ]
                    },
                    "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"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Initial Element Force

{
    "Argument": {
        "TABLE_NAME": "InitialElementForce",
        "TABLE_TYPE": "INITIAL_ELEM_FORCE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "m"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Type",
            "ID",
            "MemberForce-i/Axial",
            "MemberForce-i/Shear(y)",
            "MemberForce-i/Shear(z)",
            "MemberForce-i/Torsion",
            "MemberForce-i/Moment(y)",
            "MemberForce-i/Moment(z)",
            "MemberForce-j/Axial",
            "MemberForce-j/Shear(y)",
            "MemberForce-j/Shear(z)",
            "MemberForce-j/Torsion",
            "MemberForce-j/Moment(y)",
            "MemberForce-j/Moment(z)"
        ]
    }
}


Response Examples

Initial Element Force

{
    "InitialElementForce": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "Type",
            "ID",
            "MemberForce-i/Axial",
            "MemberForce-i/Shear(y)",
            "MemberForce-i/Shear(z)",
            "MemberForce-i/Torsion",
            "MemberForce-i/Moment(y)",
            "MemberForce-i/Moment(z)",
            "MemberForce-j/Axial",
            "MemberForce-j/Shear(y)",
            "MemberForce-j/Shear(z)",
            "MemberForce-j/Torsion",
            "MemberForce-j/Moment(y)",
            "MemberForce-j/Moment(z)"
        ],
        "DATA": [
            [
                "1",
                "Beam",
                "1",
                "0.000000000000",
                "0.000000000000",
                "-50.000000000001",
                "0.000000000000",
                "-300.000000000011",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-50.000000000001",
                "0.000000000000",
                "-200.000000000009",
                "0.000000000000"
            ],
            [
                "2",
                "Beam",
                "2",
                "0.000000000000",
                "0.000000000000",
                "-40.000000000001",
                "0.000000000000",
                "-200.000000000009",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-40.000000000001",
                "0.000000000000",
                "-120.000000000007",
                "0.000000000000"
            ],
            [
                "3",
                "Beam",
                "3",
                "0.000000000000",
                "0.000000000000",
                "-30.000000000002",
                "0.000000000000",
                "-120.000000000007",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-30.000000000002",
                "0.000000000000",
                "-60.000000000003",
                "0.000000000000"
            ],
            [
                "4",
                "Beam",
                "4",
                "0.000000000000",
                "0.000000000000",
                "-20.000000000001",
                "0.000000000000",
                "-60.000000000003",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-20.000000000001",
                "0.000000000000",
                "-20.000000000002",
                "0.000000000000"
            ],
            [
                "5",
                "Beam",
                "5",
                "0.000000000000",
                "0.000000000000",
                "-10.000000000002",
                "0.000000000000",
                "-20.000000000001",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-10.000000000002",
                "0.000000000000",
                "0.000000000001",
                "0.000000000000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Initial Element Force: "INITIAL_ELEM_FORCE"

"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



0
Was this article helpful?