入力 URI
{base url} + db/IFGS |
---|
メソッド
POST, GET, PUT, DELET |
---|
JSON スキーマ
詳細
{
"IFGS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "Direction",
"type": "string"
},
"INIT_FORCE": {
"description": "InitialForce",
"type": "number"
}
}
}
}
"IFGS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "Direction",
"type": "string"
},
"INIT_FORCE": {
"description": "InitialForce",
"type": "number"
}
}
}
}
例
大変形/幾何剛性用の初期軸力
{
"Assign": {
"9": {
"DIR": "GY",
"INIT_FORCE": 200
},
"16": {
"DIR": "AXIAL",
"INIT_FORCE": 10
}
}
}
"Assign": {
"9": {
"DIR": "GY",
"INIT_FORCE": 200
},
"16": {
"DIR": "AXIAL",
"INIT_FORCE": 10
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Direction |
"DIR" |
String |
- |
必須 |
2 |
Initial Force |
"INIT_FORCE" |
Number |
- |
必須 |