Skip to main content
JSON Manual Created Edited

Vibration Mode Shapes - Mode Shapes 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": [
                            "VibrationModeShapes"
                        ]
                    },
                    "LOAD_CASE_COMB": {
                        "type": "object",
                        "description": "LoadCaseandCombinations",
                        "properties": {
                            "NAME": {
                                "type": "string",
                                "description": "LoadName"
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "object",
                        "description": "Components",
                        "properties": {
                            "COMP": {
                                "type": "string",
                                "description": "ComponentsName",
                                "enum": [
                                    "Md-X",
                                    "Md-Y",
                                    "Md-Z",
                                    "Md-XY",
                                    "Md-YZ",
                                    "Md-XZ",
                                    "Md-XYZ"
                                ]
                            }
                        }
                    },
                    "TYPE_OF_DISPLAY": {
                        "type": "object",
                        "description": "TypeofDisplay",
                        "properties": {
                            "MODE_SHAPE": {
                                "type": "boolean",
                                "description": "ModeShape"
                            },
                            "UNDEFORMED": {
                                "type": "boolean",
                                "description": "DisplayUndeformedShape"
                            },
                            "VALUES": {
                                "type": "object",
                                "description": "ValuesOutputDetails"
                            },
                            "LEGEND": {
                                "type": "object",
                                "description": "LegendDetails"
                            },
                            "CONTOUR": {
                                "type": "object",
                                "description": "ContourDetails"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Vibration Mode Shapes

{
    "Argument": {
        "CURRENT_MODE": "VibrationModeShapes",
        "LOAD_CASE_COMB": {
            "NAME": "Mode6"
        },
        "COMPONENTS": {
            "COMP": "Md-XZ"
        },
        "TYPE_OF_DISPLAY": {
            "VALUES": {
                "OPT_CHECK": true,
                "DECIMAL_PT": 5
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Result Graphic Mode

 • "Vibration Mode Shapes"

"CURRENT_MODE"

String

-

Required

2

Load Case and Combinations

"LOAD_CASE_COMB"

Object

-

Required

(1)

Mode Number

"NAME"

String

-

Required

3

Components

"COMPONENTS"

Object

-

Optional

(1)

Components Name

 • "Md-X", "Md-Y", "Md-Z"

 • "Md-XY", "Md-YZ", "Md-XZ"

 • "Md-XYZ"

"COMP"

String

"Fxx"

Optional

4

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

-

Optional

(1)

Mode Shape

"MODE_SHAPE"

Boolean

false

Optional

(2)

Display Undeformed Shape

"UNDEFORMED"

Boolean

false

Optional

(3)

Values Output Details

"VALUES"

Object

-

Optional

(4)

Legend Details

"LEGEND"

Object

-

Optional

(5)

Contour Details

"CONTOUR"

Object

-

Optional



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

0
Was this article helpful?