メインコンテンツへスキップ
JSON Manual 作成 編集

時刻歴グラフ - 要素断面力(スマートグラフ)

入力 URI

{base url} + db/THRE



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "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"
            }
        }
    }
}


要素断面力(スマートグラフ)

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


仕様

No. 説明 Key データ型 Default 必須

1

Time History Load Cases

"THIS_NAME"

String

-

必須

2

Type of Element

 • Beam: 0

 • Truss: 1

 • Wall: 2

"THIS_ELEMENT"

Integer

-

必須

3

Element No.

"PROPERTY_KEY"

Integer

-

必須

4

Name of Story

 • When "THIS_ELEMENT" is 2 (Wall)

"STORY_NAME"

String

Blank

オプション

5

Type of Result

 • Force: 0

"TYPE_RES"

Integer

0

オプション

6

Location

 • I-end/Top: 0

 • J-end/Bottom : 1

"LOCATION"

Integer

0

オプション

7

Component

 • Axial: 0

 • Shear-y: 1

 • Shear-z: 2

 • Torsion: 3

 • Moment-y: 4

 • Moment-z: 5

"COMP"

Integer

0

オプション



MIDAS GEN NX only

0
コンテンツが役に立ちましたか?