メインコンテンツへスキップ
JSON Manual 作成 編集

温度ひび割れ指数 - 水和熱

入力 URI

{base url} + view/RESULTGRAPHIC



メソッド

POST



JSON スキーマ

詳細

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "CURRENT_MODE": {
                        "type": "string",
                        "description": "ResultGraphicMode",
                        "enum": [
                            "HY_CRACKRATIO"
                        ]
                    },
                    "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"
                            }
                        }
                    }
                }
            }
        }
    }
}


水和熱の温度ひび割れ指数結果

{
    "Argument": {
        "CURRENT_MODE": "HY_CRACKRATIO",
        "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
            }
        }
    }
}


仕様

No. 説明 Key データ型 Default 必須

1

Result Graphic Mode

 • "HY_CRACK RATIO"

"CURRENT_MODE"

String

-

必須

2

Load Case and Combinations

"LOAD_CASE_COMB"

Object

-

必須

(1)

Index of HY Steps

"STEP_INDEX"

Integer

-

必須

3

Type of Display ¹⁾

"TYPE_OF_DISPLAY"

Object

-

オプション

(1)

Contour Details

"CONTOUR"

Object

-

オプション

(2)

Deformation Details

"DEFORM"

Object

-

オプション

(3)

Values Output Details

"VALUES"

Object

-

オプション

(4)

Legend Details

"LEGEND"

Object

-

オプション

(5)

Display Undeformed Shape

"UNDEFORMED"

Boolean

false

オプション

(6)

Symmetric Model Mirror Detail

"MIRRORED"

Object

-

オプション

(7)

Cutting Plane Detail Dialog

"CUTTING_PLANE"

Object

-

オプション

(8)

IsoSurface Detail Dialog

"ISO_SURFACE"

Object

-

オプション



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

0
コンテンツが役に立ちましたか?