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

構造グループ

入力 URI

{base url} + db/GRUP



メソッド

POST, GET, PUT



JSON スキーマ

詳細

{
    "GRUP": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "GroupName",
                "type": "string"
            },
            "P_TYPE": {
                "description": "PlaneType",
                "type": "integer"
            },
            "N_LIST": {
                "description": "NodeList",
                "type": "array",
                "items": {
                    "type": "integer"
                }
            },
            "E_LIST": {
                "description": "ElementList",
                "type": "array",
                "items": {
                    "type": "integer"
                }
            }
        }
    }
}


構造グループ

{
    "Assign": {
        "1": {
            "NAME": "CENTER_",
            "P_TYPE": 0,
            "N_LIST": [
                1,
                2,
                3,
                4,
                5
            ],
            "E_LIST": [
                1,
                2,
                3,
                4,
                5
            ]
        }
    }
}


仕様

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

1

Structure Group Name

"NAME"

String

 -

必須

2

Plane Type

"P_TYPE"

Integer

0

オプション

3

Node List

"N_LIST"

Array

[Integer]

-

オプション

4

Element List

"E_LIST"

Array

[Integer]

-

オプション



MIDAS GEN NX only

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