Skip to main content
JSON Manual Created Edited

Definition of Frame

Input URI

{base url} + db/DCTL



Active Methods

POST, GET, PUT, DELETE



JSON Schema

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"
            }
        }
    }
}


Examples

Import to Json

{
    "Assign": {
        "1": {
            "FRAMEX": "Braced Non-sway",
            "FRAMEY": "Braced Non-sway",
            "bAUTOKF": false,
            "DT": "XY"
        }
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

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

0
Was this article helpful?