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": [
"BeamStresses(PSC)"
]
},
"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"
}
}
},
"COMPONENTS": {
"type": "object",
"description": "Components",
"properties": {
"COMP": {
"type": "string",
"description": "ComponentsName",
"enum": [
"Sig-xx(Axial)",
"Sig-xx(Moment-y)",
"Sig-xx(Moment-z)",
"Sig-xx(Bar)",
"Sig-xx(Summation)",
"Sig-zz",
"Sig-xz(Shear)",
"Sig-xz(Torsion)",
"Sig-xz(Bar)",
"Sig-ls(Shear)",
"Sig-ls(Shear+Torsion)"
]
},
"COMP_SUB": {
"type": "string",
"description": "LocationfortheDisplayofStress",
"enum": [
"Position1",
"Position2",
"Position3",
"Position4",
"Position5",
"Position6",
"Position7",
"Position8",
"Position9",
"Position10",
"Position11",
"Position12",
"Position13",
"Position14",
"Position15",
"Position16",
"Max",
"Min",
"Max/Min",
"AbsMax"
]
}
}
},
"DISPLAY_OPTIONS": {
"type": "object",
"description": "DisplayOptions",
"properties": {
"FILL": {
"type": "string",
"description": "FillofDiagram",
"enum": [
"No",
"Line",
"Solid"
]
},
"SCALE": {
"type": "number",
"description": "ScaleofDiagram"
}
}
},
"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"
}
}
},
"OUTPUT_SECT_LOCATION": {
"type": "object",
"description": "OutputSectionLocation",
"properties": {
"OPT_I": {
"type": "boolean",
"description": "OutputStartLocation"
},
"OPT_CENTER_MID": {
"type": "boolean",
"description": "OutputCenterLocation"
},
"OPT_J": {
"type": "boolean",
"description": "OutputEndLocation"
},
"OPT_MAX_MIN_MAX_ALL": {
"type": "string",
"description": "OutputSectionLocation",
"enum": [
"AbsMax",
"Min/Max",
"All"
]
}
}
}
}
}
}
}
}
Examples
Beam Stresses (PSC)
"Argument": {
"CURRENT_MODE": "BeamStresses(PSC)",
"LOAD_CASE_COMB": {
"TYPE": "SM",
"MINMAX": "Max",
"NAME": "Settlement"
},
"COMPONENTS": {
"COMP_SUB": "Position1",
"COMP": "Sig-xx(Axial)"
},
"DISPLAY_OPTIONS": {
"SCALE": 1.0,
"FILL": "Solid"
},
"TYPE_OF_DISPLAY": {
"CONTOUR": {
"OPT_CHECK": true
},
"VALUES": {
"OPT_CHECK": true
}
},
"OUTPUT_SECT_LOCATION": {
"OPT_MAX_MINMAX_ALL": "all"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Result Graphic Mode • "Beam Stresses (PSC)" |
"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) |
Display Absolute Maximum Values of Envelope |
"OPT_MAXMIN_DIAGRAM" |
Boolean |
true |
Optional |
|
3 |
Components |
"COMPONENTS" |
Object |
- |
Optional |
|
(1) |
Components Name • "Sig-xx(Axial)" • "Sig-xx(Moment-y)" • "Sig-xx(Moment-z)" • "Sig-xx(Bar)" • "Sig-xx(Summation)" • "Sig-zz" • "Sig-xz(Shear)" • "Sig-xz(torsion)" • "Sig-xz(bar)" • "Sig-Is(shear)" • "Sig-Is(shear+torsion)" |
"COMP" |
String |
"Sig-xx(Axial)" |
Optional |
|
(2) |
Location for the Display of Stress • "Position 1" to "Position 16" • "Max", "Min" • "Max/Min", "Abs Max" |
"COMP_SUB" |
String |
"Position 1" |
Optional |
|
4 |
Display Options |
"DISPLAY_OPTIONS" |
Object |
- |
Optional |
|
(1) |
Fill of Diagram • No Fill: "No" • Line Fill: "Line" • Solid Fill: "Solid" |
"FILL" |
String |
"Solid Fill" |
Optional |
|
(2) |
Scale of Diagram |
"SCALE" |
Number |
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 |
|
6 |
Output Section Location • When "VALUES" is True |
"OUTPUT_SECT_LOCATION" |
Object |
- |
Optional |
|
Output by Element Locations |
||||||
(1) |
Output Start Location |
"OPT_I" |
Boolean |
false |
Optional |
|
(2) |
Output Center Location |
"OPT_CENTER_MID" |
Boolean |
false |
Optional |
|
(3) |
Output End Location |
"OPT_J" |
Boolean |
false |
Optional |
|
Output by Element Values |
||||||
(1) |
Output Section Location • "Abs Max" • "Min/Max" • "All" |
"OPT_MAX_MINMAX_ALL" |
String |
- |
Optional |