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

境界グループ

入力 URI

{base url} + db/BNGR



メソッド

POST, GET, PUT



JSON スキーマ

詳細

{
    "BNGR": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "BoundaryGroupName",
                "type": "string"
            },
            "AUTOTYPE": {
                "description": "AutoType",
                "type": "integer"
            }
        }
    }
}


境界グループ

{
    "Assign": {
        "1": {
            "NAME": "fix1",
            "AUTOTYPE": 0
        },
        "2": {
            "NAME": "fix2",
            "AUTOTYPE": 0
        },
        "3": {
            "NAME": "fix3",
            "AUTOTYPE": 0
        }
    }
}


仕様

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

1

Boundary Group Name

"NAME"

String

 -

必須

2

The Autogenerated boundary groups for CR/SH in a Composite Section ¹⁾

 • Creep Boundary Group: 0

 • Shrinkage Boundary Group: 1

"AUTOTYPE"

Integer

Auto

オプション



¹⁾ Auto-Type: It is generally recommended that you use just 0 as an “AUTOTYPE” value.

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