Skip to main content
JSON Manual Created Edited

Time History Graph - Element Force Smart Graph

Input URI

{base url} + db/THRE



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "THRE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "THIS_NAME": {
                "description": "Time History Load Cases",
                "type": "string"
            },
            "TYPE_ELEMENT": {
                "description": "Type of Element",
                "type": "integer"
            },
            "PROPERTY_KEY": {
                "description": "Element No.",
                "type": "integer"
            },
            "STORY_NAME": {
                "description": "StoryName",
                "type": "string"
            },
            "TYPE_RES": {
                "description": "Type of Result",
                "type": "integer"
            },
            "LOCATION": {
                "description": "Location",
                "type": "integer"
            },
            "COMP": {
                "description": "Component",
                "type": "integer"
            }
        }
    }
}


Examples

Smart Graph (Element Force Result)

{
    "Assign": {
        "1": {
            "THIS_NAME": "HIST1",
            "TYPE_ELEMENT": 0,
            "PROPERTY_KEY": 102,
            "STORY_NAME": "",
            "TYPE_RES": 0,
            "LOCATION": 0,
            "COMP": 0
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Time History Load Cases

"THIS_NAME"

String

-

Required

2

Type of Element

 • Beam: 0

 • Truss: 1

 • Wall: 2

"THIS_ELEMENT"

Integer

-

Required

3

Element No.

"PROPERTY_KEY"

Integer

-

Required

4

Name of Story

 • When "THIS_ELEMENT" is 2 (Wall)

"STORY_NAME"

String

Blank

Optional

5

Type of Result

 • Force: 0

"TYPE_RES"

Integer

0

Optional

6

Location

 • I-end/Top: 0

 • J-end/Bottom : 1

"LOCATION"

Integer

0

Optional

7

Component

 • Axial: 0

 • Shear-y: 1

 • Shear-z: 2

 • Torsion: 3

 • Moment-y: 4

 • Moment-z: 5

"COMP"

Integer

0

Optional



MIDAS GEN NX only

0
Was this article helpful?