Skip to main content
JSON Manual Created Edited

Thickness - Stiffened User

Input URI

{base url} + db/THIK



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "THIK": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "TYPE": {
                "description": "Type",
                "type": "string"
            },
            "STYPE": {
                "description": "SubType",
                "type": "string"
            },
            "RIB_POS": {
                "description": "RibPosition",
                "type": "string"
            },
            "SECTION": {
                "type": "object",
                "properties": {
                    "THIKNESS": {
                        "description": "thicknessdataofplateelement",
                        "type": "number"
                    },
                    "XZ": {
                        "type": "object",
                        "properties": {
                            "bRIB": {
                                "description": "UseRibAttached",
                                "type": "boolean"
                            },
                            "SHAPE": {
                                "description": "Shape",
                                "type": "string"
                            },
                            "DIST": {
                                "description": "Distance",
                                "type": "number"
                            },
                            "SIZE": {
                                "description": "Size",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            }
                        }
                    },
                    "YZ": {
                        "type": "object",
                        "properties": {
                            "bRIB": {
                                "description": "UseRibAttached",
                                "type": "boolean"
                            },
                            "SHAPE": {
                                "description": "Shape",
                                "type": "string"
                            },
                            "DIST": {
                                "description": "Distance",
                                "type": "number"
                            },
                            "SIZE": {
                                "description": "Size",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Stiffened User Example 1

{
    "Assign": {
        "201": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "C",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012,
                        0.23,
                        0.013
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "L",
                    "DIST": 0.5,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.031,
                        0.032
                    ]
                }
            }
        }
    }
}

Stiffened User Example 2

{
    "Assign": {
        "202": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "T",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "H",
                    "DIST": 0.5,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012,
                        0.23,
                        0.013
                    ]
                }
            }
        }
    }
}

Stiffened User Example 3

{
    "Assign": {
        "203": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "P",
                    "DIST": 0.5,
                    "SIZE": [
                        0.12,
                        0.011
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "B",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012,
                        0.11,
                        0.013
                    ]
                }
            }
        }
    }
}

Stiffened User Example 4

{
    "Assign": {
        "204": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "2C",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012,
                        0.11
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "2L",
                    "DIST": 0.5,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.011,
                        0.012,
                        0.11
                    ]
                }
            }
        }
    }
}

Stiffened User Example 5

{
    "Assign": {
        "205": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "SR",
                    "DIST": 0.5,
                    "SIZE": [
                        0.21
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "SB",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22
                    ]
                }
            }
        }
    }
}

Stiffened User Example 6

{
    "Assign": {
        "206": {
            "TYPE": "STIFFENED",
            "STYPE": "USER",
            "RIB_POS": "LOWER",
            "SECTION": {
                "THIKNESS": 0.5,
                "XZ": {
                    "bRIB": true,
                    "SHAPE": "URIB",
                    "DIST": 0.5,
                    "SIZE": [
                        0.21,
                        0.23,
                        0.2,
                        0.012,
                        0.011
                    ]
                },
                "YZ": {
                    "bRIB": true,
                    "SHAPE": "CC",
                    "DIST": 0.4,
                    "SIZE": [
                        0.21,
                        0.22,
                        0.012,
                        0.011,
                        0.05
                    ]
                }
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Thickness Type

 • Value: "VALUE"

 • Stiffened: "STIFFENED"

"TYPE"

String

-

Required

2

Stiffened Thickness Type

 • Value: "VALUE"

 • User: "USER"

 • DB: "DB"

"STYPE"

String

-

Required

3

Rib Position

 • "LOWER"

 • "UPPER"

"RIB_POS"

String

-

Required

4

Defined Stiffener

"SECTION"

Object

-

Required

(1)

Thickness data of plate element

"THIKNESS"

Number

-

Required

(2)

XZ Section

"XZ"

Object

-

Required

i) Use Rib Attached

"bRIB"

Boolean

False

Optional

ii) Shape ¹⁾

"SHAPE"

String

-

Required

iii) Distance between Ribs

"DIST"

Number

-

Required

iv) Size

"SIZE"

Array
[Number]

-

Required

(3)

YZ Section

"YZ"

Object

-

Required

i) Use Rib Attached

"bRIB"

Boolean

False

Optional

ii) Shape ¹⁾

"SHAPE"

String

-

Required

iii) Distance between Ribs

"DIST"

Number

-

Required

iv) Size

"SIZE"

Number

-

Required



¹⁾ Section Shape

No.

Shape Type

"SHAPE"

Array Index

0

1

2

3

4

5

1

Angle

"L"

H

B

tw

tf

-

-

2

Channel

"C"

H

B1

tw

tf1

B2

tf2

3

H-Section

"H"

H

B1

tw

tf1

B2

tf2

4

T-Section

"T"

H

B

tw

tf

-

-

5

BOX

"B"

H

B

tw

tf1

C

tf2

6

PIPE

"P"

D

tw

-

-

-

-

7

Double Angle

"2L"

H

B

tw

tf

C

-

8

Double Channel

"2C"

H

B

tw

tf

C

-

9

Solid Rectangle

"SB"

H

B

-

-

-

-

10

Solid Round

"SR"

D

-

-

-

-

-

11

Cold Formed Channel

"CC"

H

B

tw

r

d

-

12

U-RIB

"URIB"

H

B1

B2

t

R

-



0
Was this article helpful?