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

支点沈下解析制御

入力 URI

{base url} + db/SMCT



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "SMCT": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "CONCURRENT_CALC": {
                "description": "ConcurrentCalcBoolean",
                "type": "boolean"
            },
            "CONCURRENT_LINK": {
                "description": "ConcurrentLinkBoolean",
                "type": "boolean"
            }
        }
    }
}


支点沈下解析制御

{
    "Assign": {
        "1": {
            "CONCURRENT_CALC": true,
            "CONCURRENT_LINK": false
        }
    }
}


仕様

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

1

Plate Concurrent Force

 • Active: true

 • Inactive: false

"CONCURRENT_CALC"

Boolean

false

オプション

Elastic / General Links Concurrent Force

 • Active: true

 • Inactive: false

"CONCURRENT_LINK"

Boolean

false

オプション



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