入力 URI
{base url} + db/THRG |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"THRG": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"THIS_NAME": {
"description": "Name",
"type": "string"
},
"TYPE_RES": {
"description": "nTypeRes",
"type": "integer"
},
"LOCATION": {
"description": "nLocation",
"type": "integer"
},
"COMP": {
"description": "nComp",
"type": "integer"
},
"GENERAL_LINK": {
"description": "NLNK",
"type": "integer"
}
}
}
}
"THRG": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"THIS_NAME": {
"description": "Name",
"type": "string"
},
"TYPE_RES": {
"description": "nTypeRes",
"type": "integer"
},
"LOCATION": {
"description": "nLocation",
"type": "integer"
},
"COMP": {
"description": "nComp",
"type": "integer"
},
"GENERAL_LINK": {
"description": "NLNK",
"type": "integer"
}
}
}
}
例
汎用リンク要素(スマートグラフ)
{
"Assign": {
"1": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 1
},
"2": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 4
}
}
}
"Assign": {
"1": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 1
},
"2": {
"THIS_NAME": "HIST1",
"TYPE_RES": 0,
"LOCATION": 0,
"COMP": 0,
"GENERAL_LINK": 4
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
Name |
"THIS_NAME" |
String |
- |
必須 |
2 |
Type of Result • Force-Deformation: 0 • Force: 1 • Deformation: 2 |
"TYPE_RES" |
Integer |
0 |
オプション |
3 |
Location • i-end: 0 • j-end: 1 |
"LOCATION" |
Integer |
0 |
オプション |
4 |
Component • Force-Deformation/Force/Deformation ◦ Fx-Dx / Fx / Dx: 0 ◦ Fy-Dy / Fy / Dy: 1 ◦ Fz-Dz / Fz / Dz: 2 ◦ Mx-Rx / Mx / Rx: 3 ◦ My-Ry / My / Ry: 4 ◦ Mz-Rz / Mz / Rz: 5 |
"COMP" |
Integer |
0 |
オプション |
5 |
General Link Number |
"GENERAL_LINK" |
Integer |
- |
必須 |