入力 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"
}
}
}
}
"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
}
}
}
"Assign": {
"1": {
"CONCURRENT_CALC": true,
"CONCURRENT_LINK": false
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Plate Concurrent Force • Active: true • Inactive: false |
"CONCURRENT_CALC" |
Boolean |
false |
オプション |
2 |
Elastic / General Links Concurrent Force • Active: true • Inactive: false |
"CONCURRENT_LINK" |
Boolean |
false |
オプション |