Skip to main content
JSON Manual Created Edited

Self-Weight

Input URI

{base url} + db/BODF



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "BODF": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "LCNAME": {
                "description": "StaticLoadCaseName",
                "type": "string"
            },
            "GROUP_NAME": {
                "description": "GroupName",
                "type": "string"
            },
            "FV": {
                "description": "AutoType",
                "type": "array",
                "items": {
                    "type": "number",
                    "maxItems": 3
                }
            }
        }
    }
}


Examples

Self-Weight

{
    "Assign": {
        "2": {
            "LCNAME": "D",
            "GROUP_NAME": "",
            "FV": [
                0,
                0,
                -1
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Load Case Name

"LCNAME"

String

-

Required

2

Load Group Name

"GROUP_NAME"

String

Blank

Optional

3

Self-Weight Factor

 • [X, Y, Z]

"FV"

Array
[Number, 3]

-

Required



0
Was this article helpful?