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": [
"HY_DISPLACEMENTS"
]
},
"LOAD_CASE_COMB": {
"type": "object",
"description": "LoadCaseandCombinations",
"properties": {
"STEP_INDEX": {
"type": "integer",
"description": "IndexofHYSteps"
}
}
},
"COMPONENTS": {
"type": "object",
"description": "Components",
"properties": {
"COMP": {
"type": "string",
"description": "ComponentsName",
"enum": [
"DX",
"DY",
"DZ",
"RX",
"RY",
"RZ",
"DXY",
"DYZ",
"DXZ",
"DXYZ"
]
}
}
},
"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"
},
"CUTTING_PLANE": {
"type": "object",
"description": "CuttingPlaneDetailDialog"
},
"ISO_SURFACE": {
"type": "object",
"description": "IsoSurfaceDetailDialog"
}
}
}
}
}
}
}
}
Examples
Heat of Hydration Displacements
"Argument": {
"CURRENT_MODE": "HY_DISPLACEMENTS",
"LOAD_CASE_COMB": {
"STEP_INDEX": 1
},
"COMPONENTS": {
"COMP": "DX"
},
"TYPE_OF_DISPLAY": {
"CONTOUR": {
"OPT_CHECK": true,
"NUM_OF_COLOR": 12,
"COLOR_TYPE": "rgb",
"GRADIENT_FILL": false,
"CONTOUR_FILL": false
}
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Result Graphic Mode • "HY_DISPLACEMENTS" |
"CURRENT_MODE" |
String |
- |
Required |
|
2 |
Load Case and Combinations |
"LOAD_CASE_COMB" |
Object |
- |
Required |
|
(1) |
Index of HY Steps |
"STEP_INDEX" |
Integer |
- |
Required |
|
3 |
Components |
"COMPONENTS" |
Object |
- |
Optional |
|
(1) |
Components Name • "DX", "DY", "DZ' • "RX", "RY", "RZ" • "DXY", "DYZ", "DXZ", "DXYZ" |
"COMP" |
String |
"DX" |
Optional |
|
4 |
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) |
Cutting Plane Detail Dialog |
"CUTTING_PLANE" |
Object |
- |
Optional |
|
(8) |
IsoSurface Detail Dialog |
"ISO_SURFACE" |
Object |
- |
Optional |