入力 URI
{base url} + db/VBEM |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"VBEM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"VSEC1": {
"description": "VirtualSection1",
"type": "integer"
},
"VSEC2": {
"description": "VirtualSection2",
"type": "integer"
}
}
}
}
"VBEM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"VSEC1": {
"description": "VirtualSection1",
"type": "integer"
},
"VSEC2": {
"description": "VirtualSection2",
"type": "integer"
}
}
}
}
例
合成力計算用の断面 - 仮想梁の定義
{
"Assign": {
"1": {
"VSEC1": 1,
"VSEC2": 2
}
}
}
"Assign": {
"1": {
"VSEC1": 1,
"VSEC2": 2
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Virtual Section 1 |
"VSEC1" |
Integer |
- |
必須 |
2 |
Virtual Section 2 |
"VSEC2" |
Integer |
- |
必須 |