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

荷重組合せ - 鉄骨設計

入力 URI

{base url} + db/LCOM-STEEL



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "LCOM-STEEL": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "CombinationName",
                "type": "string"
            },
            "ACTIVE": {
                "description": "ActiveType",
                "type": "string"
            },
            "bES": {
                "description": "E(Concretedesignonly)",
                "type": "boolean"
            },
            "bCB": {
                "description": "(ReadOnly)minmaxcbtype",
                "type": "boolean"
            },
            "iTYPE": {
                "description": "Sum.method",
                "type": "integer"
            },
            "DESC": {
                "description": "Description",
                "type": "string"
            },
            "iSERV_TYPE": {
                "description": "ECServType",
                "type": "integer"
            },
            "nLCOMTYPE": {
                "description": "ECLcomType",
                "type": "integer"
            },
            "nSEISTYPE": {
                "description": "ECSeisType",
                "type": "integer"
            },
            "vCOMB": {
                "description": "CombinationList",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "ANAL": {
                            "description": "AnalysisType",
                            "type": "string"
                        },
                        "LCNAME": {
                            "description": "LoadCaseName",
                            "type": "string"
                        },
                        "FACTOR": {
                            "description": "Factor",
                            "type": "number"
                        }
                    }
                }
            }
        }
    }
}


荷重組合せ (鉄骨設計)

{
    "Assign": {
        "1": {
            "NAME": "sLCB1",
            "ACTIVE": "STRENGTH",
            "bCB": true,
            "iTYPE": 0,
            "DESC": "",
            "vCOMB": [
                {
                    "ANAL": "CS",
                    "LCNAME": "DeadLoad",
                    "FACTOR": 1
                }
            ]
        },
        "2": {
            "NAME": "sLCB2",
            "ACTIVE": "SERVICE",
            "bCB": true,
            "iTYPE": 0,
            "DESC": "",
            "vCOMB": [
                {
                    "ANAL": "CS",
                    "LCNAME": "DeadLoad",
                    "FACTOR": 1
                }
            ]
        }
    }
}


仕様

No.

説明

Key

データ型

Default

必須

1

Combination Name

"NAME"

String

-

必須

2

Active Type

 • Inactive: "INACTIVE"

 • Strength/Stress: "STRENGTH"

 • Serviceability: "SERVICE"

"ACTIVE"

String

"ACTIVE"

オプション

3

Summation method

 • Add: 0

 • Envelope: 1

 • SRSS: 3

"iTYPE"

Integer

0

オプション

4

Description

"DESC"

String

Blank

オプション

5

Result Type

 • General: false

 • Min/Max/All: true

"bCB"

Boolean

-

Read
Only

6

Combinations List

"vCOMB"

Array
[Object]

-

必須

(1)

 • Static Load Case: "ST"

 • Construction Stage Case: "CS"

 • Moving Load Case: "MV"

 • Settlement Case: "SM"

 • Response Spectrum Case: "RS"

 • Time History Cases: "TH"

 • General Comb.: "CB"

"ANAL"

String

-

必須

(2)

Load Case Name

"LCNAME"

String

-

必須

(3)

Factor

"FACTOR"

Number

-

必須

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