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_TEMPERATURE"
]
},
"LOAD_CASE_COMB": {
"type": "object",
"description": "LoadCaseandCombinations",
"properties": {
"STEP_INDEX": {
"type": "integer",
"description": "IndexofHYSteps"
}
}
},
"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"
}
}
}
}
}
}
}
}
"RESULTGRAPHIC": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"CURRENT_MODE": {
"type": "string",
"description": "ResultGraphicMode",
"enum": [
"HY_TEMPERATURE"
]
},
"LOAD_CASE_COMB": {
"type": "object",
"description": "LoadCaseandCombinations",
"properties": {
"STEP_INDEX": {
"type": "integer",
"description": "IndexofHYSteps"
}
}
},
"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 Temperature
{
"Argument": {
"CURRENT_MODE": "HY_TEMPERATURE",
"LOAD_CASE_COMB": {
"STEP_INDEX": 1
},
"TYPE_OF_DISPLAY": {
"CONTOUR": {
"OPT_CHECK": true,
"NUM_OF_COLOR": 12,
"COLOR_TYPE": "rgb",
"GRADIENT_FILL": false,
"CONTOUR_FILL": false
}
}
}
}
"Argument": {
"CURRENT_MODE": "HY_TEMPERATURE",
"LOAD_CASE_COMB": {
"STEP_INDEX": 1
},
"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_TEMPERATURE" |
"CURRENT_MODE" |
String |
- |
Required |
|
2 |
Load Case and Combinations |
"LOAD_CASE_COMB" |
Object |
- |
Required |
|
(1) |
Index of HY Steps |
"STEP_INDEX" |
Integer |
- |
Required |
|
3 |
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 |