Skip to main content
JSON Manual Created Edited

Time History Graph - Inelastic Hinge Smart Graph

Input URI

{base url} + db/THRI



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "THRI": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "THIS_NAME": {
                "description": "Name",
                "type": "string"
            },
            "TYPE_ELEMENT": {
                "description": "nTypeElem",
                "type": "integer"
            },
            "PROPERTY_KEY": {
                "description": "PorpK",
                "type": "integer"
            },
            "STORY_NAME": {
                "description": "StoryName",
                "type": "string"
            },
            "TYPE_RES": {
                "description": "nTypeRes",
                "type": "integer"
            },
            "LOCATION": {
                "description": "nLocation",
                "type": "integer"
            },
            "COMP": {
                "description": "nComp",
                "type": "integer"
            }
        }
    }
}


Examples

Smart Graph (Inelastic Hinge Result)

{
    "Assign": {
        "1": {
            "THIS_NAME": "HIST1",
            "TYPE_ELEMENT": 0,
            "PROPERTY_KEY": 2101,
            "STORY_NAME": "",
            "TYPE_RES": 0,
            "LOCATION": 0,
            "COMP": 0
        },
        "2": {
            "THIS_NAME": "HIST1",
            "TYPE_ELEMENT": 0,
            "PROPERTY_KEY": 2137,
            "STORY_NAME": "",
            "TYPE_RES": 1,
            "LOCATION": 1,
            "COMP": 0
        },
        "3": {
            "THIS_NAME": "HIST1",
            "TYPE_ELEMENT": 0,
            "PROPERTY_KEY": 2184,
            "STORY_NAME": "",
            "TYPE_RES": 2,
            "LOCATION": 1,
            "COMP": 4
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Name

"THIS_NAME"

String

-

Required

2

Type of Element

 • Beam: 0

 • Truss: 1

 • General Link: 3

"TYPE_ELEMENT"

Integer

0

Optional

3

Select Element

"PROPERTY_KEY"

Integer

-

Required

4

Name of Story

"STORY_NAME"

String

Blank

Optional

5

Type of Result

 • Force-Deformation: 0

 • Force: 1

 • Deformation: 2

"TYPE_RES"

Integer

0

Optional

6

Location

 • 1-Pos: 0

 • 2-Pos: 1

 • 3-Pos: 2

"LOCATION"

Integer

0

Optional

7

Component

 • Force-Deformation/Force/Deformation

   ◦ Fx-Dx / Fx / Dx: 0

   ◦ Fy-Dy / Fy / Dy: 1

   ◦ Fz-Dz / Fz / Dz: 2

   ◦ Mx-Rx / Mx / Rx: 3

   ◦ My-Ry / My / Ry: 4

   ◦ Mz-Rz / Mz / Rz: 5

"COMP"

Integer

0

Optional



MIDAS GEN NX only

0
Was this article helpful?