Skip to main content
JSON Manual Created Edited

Assign Pushover Hinge Properties

Input URI

{base url} + db/PHGE



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "PHGE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "ID": {
                "description": "ID",
                "type": "integer"
            },
            "TYPE": {
                "description": "ElementType",
                "type": "string"
            },
            "HINGE_TYPE": {
                "description": "PushoverHingeType",
                "type": "string"
            },
            "FIBER_KEY": {
                "description": "FiberKey",
                "type": "integer"
            }
        }
    }
}


Examples

Assign Pushover Hinge Properties

{
    "Assign": {
        "15": {
            "ID": 1,
            "TYPE": "BEAM",
            "HINGE_TYPE": "Myz_15",
            "FIBER_KEY": 0
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

ID

"ID"

Integer

-

Required

2

Element Type

"TYPE"

String

-

Required

3

Pushover Hinge Type

"HINGE_TYPE"

String

-

Required

4

Fiber Key

"FIBER_KEY"

Integer

-

Required



0
Was this article helpful?