Skip to main content
JSON Manual Created Edited

Plate Forces/Moments - 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": [
                            "PlateForces/Moments"
                        ]
                    },
                    "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"
                            },
                            "OPT_MAXMIN_DIAGRAM": {
                                "type": "boolean",
                                "description": "DisplayAbsoluteMaximumValuesofEnvelope"
                            }
                        }
                    },
                    "OPTIONS": {
                        "type": "object",
                        "description": "PlateForceOptions",
                        "properties": {
                            "LOCAL_UCS": {
                                "type": "object",
                                "description": "CoordinationSystemOptions",
                                "properties": {
                                    "TYPE": {
                                        "type": "string",
                                        "description": "CoordinateSystem",
                                        "enum": [
                                            "UCS",
                                            "Local"
                                        ]
                                    },
                                    "UCS_NAME": {
                                        "type": "string",
                                        "description": "UserCoordinateSystemName",
                                        "enum": [
                                            "CurrentUCS"
                                        ]
                                    },
                                    "OPT_PRINT_UCS_AXIS": {
                                        "type": "boolean",
                                        "description": "PrintUCSAxis"
                                    }
                                }
                            },
                            "AVERAGE_NODAL": {
                                "type": "object",
                                "description": "ResultTypeOptions",
                                "properties": {
                                    "TYPE": {
                                        "type": "string",
                                        "description": "AverageCalculationMethod",
                                        "enum": [
                                            "Element",
                                            "Avg.Nodal"
                                        ]
                                    },
                                    "OPT_ACTIVE_ONLY": {
                                        "type": "boolean",
                                        "description": "AverageNodalActiveOnly"
                                    }
                                }
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "object",
                        "description": "Components",
                        "properties": {
                            "COMP": {
                                "type": "string",
                                "description": "ComponentsName",
                                "enum": [
                                    "Fxx",
                                    "Fyy",
                                    "Fxz",
                                    "Fmax",
                                    "Fmin",
                                    "Fmax",
                                    "Mxx",
                                    "Myy",
                                    "Myz",
                                    "Mmax",
                                    "Mmin",
                                    "Mmax",
                                    "Vxx",
                                    "Vyy",
                                    "Vmax",
                                    "WoodArmerMoment",
                                    "Fvector",
                                    "Mvector"
                                ]
                            }
                        }
                    },
                    "WOOD_ARMER_MOMENT_OPTION": {
                        "type": "object",
                        "description": "WoodArmerMomentOptions",
                        "properties": {
                            "TYPE": {
                                "type": "string",
                                "description": "Position",
                                "enum": [
                                    "TOP",
                                    "Bottom",
                                    "Both"
                                ]
                            },
                            "DIRECTION": {
                                "type": "string",
                                "description": "Direction",
                                "enum": [
                                    "Dir1",
                                    "Dir2"
                                ]
                            },
                            "OPT_APPLY_UPON_OK": {
                                "type": "boolean",
                                "description": "ApplyUpon"
                            }
                        }
                    },
                    "VECTOR_OPTION": {
                        "type": "object",
                        "description": "VectorOptions",
                        "properties": {
                            "OPT_POSITIVE": {
                                "type": "boolean",
                                "description": "DisplayPositiveValueofthePrincipalForcesinVectors"
                            },
                            "OPT_NEGATIVE": {
                                "type": "boolean",
                                "description": "DisplayNegativeValueofthePrincipalForcesinVectors"
                            },
                            "SCALE_FACTOR_LENGTH": {
                                "type": "number",
                                "description": "VectorDiagramScaleFactorLength"
                            },
                            "SCALE_FACTOR_THICKNESS": {
                                "type": "integer",
                                "description": "VectorDiagramScaleFactorThickness"
                            }
                        }
                    },
                    "TYPE_OF_DISPLAY": {
                        "type": "object",
                        "description": "TypeofDisplay",
                        "properties": {
                            "CONTOUR": {
                                "type": "object",
                                "description": "ContourDetails"
                            },
                            "DEFORM": {
                                "type": "object",
                                "description": "DeformationDetails"
                            },
                            "VALUES": {
                                "type": "object",
                                "description": "ValuesOutputDetails"
                            },
                            "LEGEND": {
                                "type": "object",
                                "description": "LegendDetails"
                            },
                            "UNDEFORMED": {
                                "type": "boolean",
                                "description": "DisplayUndeformedShape"
                            },
                            "MIRRORED": {
                                "type": "object",
                                "description": "SymmetricModelMirrorDetail"
                            },
                            "OPT_CUR_STEP_FORCE": {
                                "type": "boolean",
                                "description": "CurrentStepForce"
                            },
                            "CUTTING_DIAGRAM": {
                                "type": "object",
                                "description": "CuttingDiagram"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Plate Options (Local)

{
    "Argument": {
        "CURRENT_MODE": "PlateForces/Moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "MINMAX": "Max",
            "NAME": "DEADLOAD",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "Local"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Element"
            }
        },
        "COMPONENTS": {
            "COMP": "MMax"
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "DEFORM": {
                "OPT_CHECK": true
            },
            "UNDEFORMED": {
                "OPT_CHECK": true
            },
            "VALUES": {
                "OPT_CHECK": true
            },
            "LEGEND": {
                "OPT_CHECK": true
            },
            "MIRRORED": {
                "OPT_CHECK": true
            },
            "CUTTING_DIAGRAM": {
                "OPT_CHECK": true
            }
        }
    }
}

Plate Options (Local - Wood Armer Moment )

{
    "Argument": {
        "CURRENT_MODE": "PlateForces/Moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "MINMAX": "Max",
            "NAME": "DEADLOAD",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "Local"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Element"
            }
        },
        "COMPONENTS": {
            "COMP": "WoodArmerMoment",
            "WOOD_ARMER_MOMENT_OPTION": {
                "POSITION": "Top",
                "DIRECTION": "Dir.1"
            }
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "DEFORM": {
                "OPT_CHECK": true
            },
            "UNDEFORMED": {
                "OPT_CHECK": true
            },
            "VALUES": {
                "OPT_CHECK": true
            },
            "LEGEND": {
                "OPT_CHECK": true
            },
            "MIRRORED": {
                "OPT_CHECK": true
            },
            "CUTTING_DIAGRAM": {
                "OPT_CHECK": true
            }
        }
    }
}

Plate Options (Local - Vector)

{
    "Argument": {
        "CURRENT_MODE": "PlateForces/Moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "MINMAX": "Max",
            "NAME": "DEADLOAD",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "Local"
            },
            "AVERAGE_NODAL": {
                "TYPE": "Element",
                "OPT_ACTIVE_ONLY": true
            }
        },
        "COMPONENTS": {
            "COMP": "Mvector",
            "VECTOR_OPTION": {
                "OPT_POSITIVE": true,
                "OPT_NEGATIVE": true,
                "SCALE_FACTOR_LENGTH": 1.0,
                "SCALE_FACTOR_THICKNESS": 1
            }
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "DEFORM": {
                "OPT_CHECK": true
            },
            "UNDEFORMED": {
                "OPT_CHECK": true
            },
            "VALUES": {
                "OPT_CHECK": true
            },
            "LEGEND": {
                "OPT_CHECK": true
            },
            "MIRRORED": {
                "OPT_CHECK": true
            },
            "CUTTING_DIAGRAM": {
                "OPT_CHECK": true
            }
        }
    }
}

Plate Options (UCS)

{
    "Argument": {
        "CURRENT_MODE": "PlateForces/Moments",
        "LOAD_CASE_COMB": {
            "TYPE": "ST",
            "MINMAX": "Max",
            "NAME": "DEADLOAD",
            "STEP_INDEX": 1
        },
        "OPTIONS": {
            "LOCAL_UCS": {
                "TYPE": "UCS",
                "UCS_NAME": "CurrentUCS",
                "OPT_PRINT_UCS_AXIS": true
            },
            "AVERAGE_NODAL": {
                "TYPE": "Avg.Nodal",
                "OPT_ACTIVE_ONLY": true
            }
        },
        "COMPONENTS": {
            "COMP": "MMax"
        },
        "TYPE_OF_DISPLAY": {
            "CONTOUR": {
                "OPT_CHECK": true
            },
            "DEFORM": {
                "OPT_CHECK": true
            },
            "UNDEFORMED": {
                "OPT_CHECK": true
            },
            "VALUES": {
                "OPT_CHECK": true
            },
            "LEGEND": {
                "OPT_CHECK": true
            },
            "MIRRORED": {
                "OPT_CHECK": true
            },
            "CUTTING_DIAGRAM": {
                "OPT_CHECK": true
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Result Graphic Mode

 • "Plate Forces/Moments"

"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

3

Plate Force Options

"OPTIONS"

Object

 -

Optional

(1)

Coordinate System Options

"LOCAL_UCS"

Object

 -

Optional

i. Coordinate System

 • User Coord System: "UCS"

 • Local Coord System: "Local"

"TYPE"

String

"UCS"

Optional

ii. User Coordinate System Name

 • When "TYPE" is UCS

   ◦ "Current UCS"

"UCS_NAME"

String

"Current UCS" 

Optional

iii. Print UCS Axis

 • When "TYPE" is UCS

   ◦ Show the UCS axis: true

   ◦ Hide the UCS axis: false

"OPT_PRINT_UCS_AXIS"

Boolean

true

Optional

(2)

Result Type Options

"AVERAGE_NODAL"

Object

 -

Optional

i. Average Calculation Method

 • Element Forces: "Element"

 • Average Nodal Forces: "Avg.Nodal"

"TYPE"

String

"Element" 

Optional

ii. Average Nodal Active Only

 • When "TYPE" is Avg.Nodal

"OPT_ACTIVE_ONLY"

Boolean

false 

Optional

4

Components

"COMPONENTS"

Object

-

Optional

(1)

Components Name

 • Local/UCS

   ◦ "Fxx", "Fyy", "Fxy"

   ◦ "Fmax", "Fmin", "FMax"

   ◦ "Mxx, "Myy", "Mxy"

   ◦ "Mmax", "Mmin, "MMax"

   ◦ "Vxx", "Vyy", "VMax"

"COMP"

String

"Fxx"

Optional

(2)

Wood Armer Moment Options

"WOOD_ARMER_MOMENT_OPTION"

Object

-

Optional

i. Position

 • "TOP", "Bottom", "Both"

"TYPE"

String

"TOP"

Optional

ii. Direction

 • "Dir1", "Dir2"

"DIRECTION"

String

"Dir1"

Optional

iii. Apply Upon

 • Active: true

 • Inactive: false

"OPT_APPLY_UPON_OK"

String

true

Optional

(3)

Vector Options

"VECTOR_OPTION"

Object

-

Optional

i. Display Positive Value of the Principal Forces in Vectors

"OPT_POSITIVE"

Boolean

true

Optional

ii. Display Negative Value of the Principal Forces in Vectors

"OPT_NEGATIVE"

Boolean

false

Optional

iii. Vector Diagram Scale Factor Length

"SCALE_FACTOR_LENGTH"

Number

1

Optional

iv. Vector Diagram Scale Factor Thickness

"SCALE_FACTOR_THICKNESS"

Integer

1

Optional

5

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

-

Optional

(1)

Contour Details

"CONTOUR"

Object

-

Optional

(2)

Deformation Details

"DEFORM"

Object

-

Optional

(3)

Values Output Details

"VALUES"

Object

-

Optional

(4)

Legend Details

"LEGEND"

Object

-

Optional

(5)

Display Undeformed Shape

"UNDEFORMED"

Boolean

false

Optional

(6)

Symmetric Model Mirror Detail

"MIRRORED"

Object

-

Optional

(7)

Display Option Details

"DISP_OPT"

Object

-

Optional

(8)

Cutting Diagram

"CUTTING_DIAGRAM"

Object

-

Optional



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

0
Was this article helpful?