Skip to main content
JSON Manual Created Edited

Limiting Slenderness Ratio

Input URI

{base url} + db/LTSR



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "Argument": {
        "type": "object",
        "properties": {
            "bNOTCHECK": {
                "description": "Donotcheck",
                "type": "boolean"
            },
            "COMP": {
                "description": "Compression",
                "type": "number"
            },
            "TENS": {
                "description": "Tension",
                "type": "number"
            }
        }
    }
}


Examples

Import to Json

{
    "LTSR": {
        "602": {
            "bNOTCHECK": false,
            "COMP": 150,
            "TENS": 400
        },
        "651": {
            "bNOTCHECK": false,
            "COMP": 200,
            "TENS": 300
        },
        "734": {
            "bNOTCHECK": false,
            "COMP": 200,
            "TENS": 300
        }
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Do not check for Slenderness Ratio

"bNOTCHECK"

Boolean

false

Optional

2

Limiting Slenderness Ratio for Compression

"COMP"

Number

-

Required

3

Limiting Slenderness Ratio for Tension

"TENS"

Number

-

Required

0
Was this article helpful?