Skip to main content
JSON Manual Created Edited

Plate Forces/Moments - Moving Tracer 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": [
                            "MVLTRC_PlateForces/Moments"
                        ]
                    },
                    "LOAD_CASE_COMB": {
                        "type": "object",
                        "description": "LoadCaseandCombinations",
                        "properties": {
                            "TYPE": {
                                "type": "string",
                                "description": "LoadCase",
                                "enum": [
                                    "MV"
                                ]
                            },
                            "MINMAX": {
                                "type": "string",
                                "description": "LoadType",
                                "enum": [
                                    "Max",
                                    "Min",
                                    "All"
                                ]
                            },
                            "NAME": {
                                "type": "string",
                                "description": "LoadName"
                            },
                            "KEY_NODE_ELEM": {
                                "type": "integer",
                                "description": "SelectSupportNodeNumber"
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "object",
                        "description": "Components",
                        "properties": {
                            "COMP": {
                                "type": "string",
                                "description": "ComponentsName",
                                "enum": [
                                    "Fxx",
                                    "Fyy",
                                    "Fxy",
                                    "Mxx",
                                    "Myy",
                                    "Mxy",
                                    "Vxx",
                                    "Vyy"
                                ]
                            },
                            "PART": {
                                "type": "string",
                                "description": "Parts",
                                "enum": [
                                    "cent.",
                                    "i`",
                                    "j",
                                    "k",
                                    "l"
                                ]
                            }
                        }
                    },
                    "TYPE_OF_DISPLAY": {
                        "type": "object",
                        "description": "TypeofDisplay",
                        "properties": {
                            "CONTOUR": {
                                "type": "object",
                                "description": "ContourDetails"
                            },
                            "LEGEND": {
                                "type": "object",
                                "description": "LegendDetails"
                            },
                            "APPLIED_LOADS": {
                                "type": "object",
                                "description": "AppliedLoads(MovingLoadTracerDetail)"
                            },
                            "OPT_INCLUDE_IMPACT_FACTOR": {
                                "type": "boolean",
                                "description": "IncludeImpactFactor"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Moving Tracer Plate Forces/Moments

{
    "Argument": {
        "CURRENT_MODE": "MVLTRC_PlateForces/Moments",
        "LOAD_CASE_COMB": {
            "TYPE": "MV",
            "MINMAX": "Max",
            "NAME": "DB",
            "KEY_NODE_ELEM": 1
        },
        "COMPONENTS": {
            "PART": "cent.",
            "COMP": "Mxx"
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "APPLIED_LOADS": {
                "OPT_CHECK": true,
                "SCALE_FACTOR": 1.0,
                "OPT_LOAD_VALUES": false,
                "VALUE_TYPE": "Exponential",
                "VALUE_DECIMAL_PT": 1
            },
            "OPT_INCLUDE_IMPACT_FACTOR": true
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Result Graphic Mode

 • "MVLTRC_Plate Forces/Moments"

"CURRENT_MODE"

String

-

Required

2

Load Case and Combinations

"LOAD_CASE_COMB"

Object

-

Required

(1)

Load Case

 • Moving Load: "MV"

"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)

Select Support Node Number

"KEY_NODE_ELEM"

Integer

Required

3

Components

"COMPONENTS"

Object

-

Optional

(1)

Components Name

 • "Fxx", "Fyy", "Fxy"

 • "Mxx", "Myy", "Mxy"

 • "Vxx", "Vyy"

"COMP"

String

"Fxx"

Optional

(2)

Parts

 • "cent."

 • "i"

 • "j"

 • "k"

 • "l"

"PART"

String

"i"

Optional

4

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

-

Optional

(1)

Contour Details

"CONTOUR"

Object

-

Optional

(2)

Legend Details

"LEGEND"

Object

-

Optional

(3)

Applied Loads (Moving Load Tracer Detail)

"APPLIED_LOADS"

Object

-

Optional

(4)

Include Impact Factor

"OPT_INCLUDE_IMPACT_FACTOR"

Boolean

false

Optional



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

0
Was this article helpful?