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_BeamStresses"
]
},
"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"
},
"SCALE_FACTOR": {
"type": "number",
"description": "Scalefactor"
}
}
},
"COMPONENTS": {
"type": "object",
"description": "Components",
"properties": {
"COMP": {
"type": "string",
"description": "ComponentsName",
"enum": [
"1(-y,+z)",
"2(+y,+z)",
"3(+y,-z)",
"4(-y,-z)"
]
},
"PART": {
"type": "string",
"description": "Parts",
"enum": [
"i",
"1/4",
"1/2",
"3/4",
"j"
]
}
}
},
"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)"
}
}
}
}
}
}
}
}
Examples
Moving Tracer Beam Stresses
"Argument": {
"CURRENT_MODE": "MVLTRC_BeamStresses",
"LOAD_CASE_COMB": {
"TYPE": "MV",
"MINMAX": "Max",
"NAME": "MVL",
"KEY_NODE_ELEM": 1,
"SCALE_FACTOR": 1.0
},
"COMPONENTS": {
"PART": "1/4",
"COMP": "1(-y,+z)"
},
"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
}
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Result Graphic Mode • "MVLTRC_Beam Stresses" |
"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 |
|
(5) |
Scale factor |
"SCALE_FACTOR" |
Number |
1 |
Optional |
|
3 |
Components |
"COMPONENTS" |
Object |
- |
Optional |
|
(1) |
Components Name • "1 (-y, +z)" • "2 (+y, +z)" • "3 (+y, -z)" • "4 (-y, -z)" |
"COMP" |
String |
"1 (-y, +z)" |
Optional |
|
(2) |
Parts • "i" • "1/4" • "1/2" • "3/4" • "j" |
"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 |