入力 URI
{base url} + db/DCTL |
|---|
メソッド
POST, GET, PUT, DELETE |
|---|
JSON スキーマ
Details
{
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"FRAMEX": {
"description": " X-Direction of Frame",
"type": "string"
},
"FRAMEY": {
"description": " Y-Direction of Frame",
"type": "string"
},
"bAUTOKF": {
"description": " Auto Calculate Effective Length Factor",
"type": "boolean"
},
"DT": {
"description": " Design Type",
"type": "string"
}
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"FRAMEX": {
"description": " X-Direction of Frame",
"type": "string"
},
"FRAMEY": {
"description": " Y-Direction of Frame",
"type": "string"
},
"bAUTOKF": {
"description": " Auto Calculate Effective Length Factor",
"type": "boolean"
},
"DT": {
"description": " Design Type",
"type": "string"
}
}
}
}
例
Import to Json
{
"Assign": {
"1": {
"FRAMEX": "Braced Non-sway",
"FRAMEY": "Braced Non-sway",
"bAUTOKF": false,
"DT": "XY"
}
}
}
"Assign": {
"1": {
"FRAMEX": "Braced Non-sway",
"FRAMEY": "Braced Non-sway",
"bAUTOKF": false,
"DT": "XY"
}
}
}
仕様
NO. | 説明 | Key | データ型 | Default | 必須 |
1 | X-Direction of Frame • Unbraced | Sway: “Unbraced Sway” • Braced | Non-sway: “Braced Non-sway” | "FRAMEX" | String | “Braced Non-sway” | Optional |
2 | Y-Direction of Frame • Unbraced | Sway: “Unbraced Sway” • Braced | Non-sway: “Braced Non-sway” | "FRAMEY" | String | “Braced Non-sway” | Optional |
3 | Auto Calculate Effective Length Factor | "bAUTOKF" | Boolean | False | Optional |
4 | Design Type • 3-D : “3D” • X-Z Plane : “XZ” • Y-Z Plane : “YZ” • X-Y Plane : “XY” | "DT" | String | “3D” | Optional |