Skip to main content
JSON Manual Created Edited

Deformed Shape - Result Display

Input URI

{base url} + view/RESULTGRAPHIC



Active Methods

POST



JSON Schema

Details

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "CURRENT_MODE": {
                        "type": "string",
                        "description": "ResultGraphicMode",
                        "enum": [
                            "DeformedShape"
                        ]
                    },
                    "LOAD_CASE_COMB": {
                        "type": "object",
                        "description": "LoadCaseandCombinations",
                        "properties": {
                            "TYPE": {
                                "type": "string",
                                "description": "LoadCase",
                                "enum": [
                                    "ST",
                                    "CS",
                                    "RS",
                                    "TH",
                                    "MV",
                                    "SM",
                                    "CB"
                                ]
                            },
                            "MINMAX": {
                                "type": "string",
                                "description": "LoadType",
                                "enum": [
                                    "Max",
                                    "Min",
                                    "All"
                                ]
                            },
                            "NAME": {
                                "type": "string",
                                "description": "LoadName"
                            },
                            "STEP_INDEX": {
                                "type": "integer",
                                "description": "StepofLoadCase"
                            },
                            "TH_OPTION": {
                                "type": "string",
                                "description": "TimeHistoryFunctionType",
                                "enum": [
                                    "Displacement",
                                    "Velocity",
                                    "Acceleration",
                                    "AbsoluteAcceleration"
                                ]
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "object",
                        "description": "Components",
                        "properties": {
                            "COMP": {
                                "type": "string",
                                "description": "ComponentsName",
                                "enum": [
                                    "DX",
                                    "DY",
                                    "DZ",
                                    "DXY",
                                    "DYZ",
                                    "DXZ",
                                    "DXYZ"
                                ]
                            },
                            "OPT_LOCAL_CHECK": {
                                "type": "boolean",
                                "description": "NodeLocalAxis(ifdefined)"
                            }
                        }
                    },
                    "TYPE_OF_DISPLAY": {
                        "type": "object",
                        "description": "TypeofDisplay",
                        "properties": {
                            "DEFORM": {
                                "type": "object",
                                "description": "DeformationDetails"
                            },
                            "UNDEFORMED": {
                                "type": "boolean",
                                "description": "DisplayUndeformedShape"
                            },
                            "VALUES": {
                                "type": "object",
                                "description": "ValuesOutputDetails"
                            },
                            "LEGEND": {
                                "type": "object",
                                "description": "LegendDetails"
                            },
                            "MIRRORED": {
                                "type": "object",
                                "description": "SymmetricModelMirrorDetail"
                            },
                            "OPT_CUR_STEP_DISPLACEMENT": {
                                "type": "boolean",
                                "description": "CurrentStepDisplacement"
                            },
                            "OPT_STAGE_STEP_REAL_DISPLACEMENT": {
                                "type": "boolean",
                                "description": "Stage/StepRealDisplacement"
                            },
                            "OPT_INCLUDING_CAMBER_DISPLACEMENT": {
                                "type": "boolean",
                                "description": "IncludingCamberDisplacement"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Deformed Shape

{
    "Argument": {
        "CURRENT_MODE": "DeformedShape",
        "LOAD_CASE_COMB": {
            "TYPE": "st",
            "MINMAX": "max",
            "NAME": "DL",
            "STEP_INDEX": 1,
            "TH_OPTION": "Displacement"
        },
        "COMPONENTS": {
            "COMP": "Dz",
            "OPT_LOCAL_CHECK": true
        },
        "TYPE_OF_DISPLAY": {
            "DEFORM": {
                "OPT_CHECK": true
            },
            "VALUES": {
                "OPT_CHECK": true
            },
            "LEGEND": {
                "OPT_CHECK": true
            },
            "MIRRORED": {
                "OPT_CHECK": true
            },
            "UNDEFORMED": {
                "OPT_CHECK": true
            },
            "OPT_CUR_STEP_DISPLACEMENT": true,
            "OPT_STAGE_STEP_REAL_DISPLACEMENT": true,
            "OPT_INCLUDING_CAMBER_DISPLACEMENT": true
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Result Graphic Mode

 • "Deformed Shape"

"CURRENT_MODE"

String

-

Required

2

Load Case and Combinations

"LOAD_CASE_COMB"

Object

-

Required

(1)

Load Case

 • Static Load: "ST"

 • Construction Stage: "CS"

 • Response Spectrum: "RS"

 • Time History: "TH"

 • Moving Load: "MV"

 • Settlement: "SM"

 • Load Combinations: "CB"

"TYPE"

String

-

Required

(2)

Load Type

 • Envelop Max: "Max"

 • Envelop Min: "Min"

 • Envelop Abs Max: "All"

"MINMAX"

String

"Max"

Optional

(3)

Load Name

"NAME"

String

 -

Required

(4)

Step of Load Case

"STEP_INDEX"

Integer

 -

Required

(5)

Time History Function Type

 • Displacement: "Displacement"

 • Velocity: "Velocity"

 • Acceleration: "Acceleration"

 • Absolute Acceleration: "Absolute Acceleration"

"TH_OPTION"

String

"Displacement"

Optional

3

Components

"COMPONENTS"

Object

-

Optional

(1)

Components Name

 • "DX", "DY", "DZ"

 • "DXY", "DYZ", "DXZ"

 • "DXYZ"

"COMP"

String

"DX"

Optional

(2)

Node Local Axis (if defined)

 • Local Coord System: true

 • Global Coord System: false

"OPT_LOCAL_CHECK"

Boolean

false 

Optional

4

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

-

Optional

(1)

Deformation Details

"DEFORM"

Object

-

Optional

(2)

Display Undeformed Shape

"UNDEFORMED"

Boolean

false

Optional

(3)

Values Output Details

"VALUES"

Object

-

Optional

(4)

Legend Details

"LEGEND"

Object

-

Optional

(5)

Symmetric Model Mirror Detail

"MIRRORED"

Object

-

Optional

(6)

Current Step Displacement

"OPT_CUR_STEP_DISPLACEMENT"

Boolean

false 

Optional

(7)

Stage/Step Real Displacement

"OPT_STAGE_STEP_REAL_DISPLACEMENT"

Boolean

false 

Optional

(8)

Including Camber Displacement

"OPT_INCLUDING_CAMBER_DISPLACEMENT"

Boolean

false 

Optional



¹⁾ For more details, refer to the Type of Display ↗

0
Was this article helpful?