Skip to main content
JSON Manual Created Edited

Unbraced Length

Input URI

{base url} + db/LENG



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "Argument": {
        "type": "object",
        "properties": {
            "LY": {
                "description": "UnbracedLengthLy",
                "type": "number"
            },
            "LZ": {
                "description": "UnbracedLengthLz",
                "type": "number"
            },
            "LB": {
                "description": "LaterallyUnbracedLength",
                "type": "number"
            },
            "bNOTUSE": {
                "description": "Donotconsider",
                "type": "boolean"
            },
            "bAUTOCALC": {
                "description": "CalculatebyCode",
                "type": "boolean"
            },
            "LT": {
                "description": "TorsionalUnbracedLength",
                "type": "number"
            }
        }
    }
}


Examples

Import to Json

{
    "Assign": {
        "21": {
            "LY": 9.464111,
            "LZ": 4,
            "LB": 4,
            "bNOTUSE": false,
            "bAUTOCALC": false,
            "LT": 9.464111
        }
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Unbraced Length Ly

"LY"

Number

0

Optional

2

Unbraced Length Lz

"LZ"

Number

0

Optional

3

Laterally Unbraced Length

"LB"

Number

0

Optional

4

Do not consider of laterally unbraced length

"bNOTUSE"

Boolean

false

Optional

5

Calculate by Code

"bAUTOCALC"

Boolean

false

Optional

6

Torsional Unbraced Length

"LT"

Number

0

Optional

0
Was this article helpful?