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"
},
"DBNAME": {
"description": "NameofDB",
"type": "string"
},
"XZ": {
"type": "object",
"properties": {
"bRIB": {
"description": "UseRibAttached",
"type": "boolean"
},
"SHAPE": {
"description": "Shape",
"type": "string"
},
"NAME": {
"description": "SectName",
"type": "string"
},
"DIST": {
"description": "Distance",
"type": "number"
}
}
},
"YZ": {
"type": "object",
"properties": {
"bRIB": {
"description": "UseRibAttached",
"type": "boolean"
},
"SHAPE": {
"description": "Shape",
"type": "string"
},
"NAME": {
"description": "SectName",
"type": "string"
},
"DIST": {
"description": "Distance",
"type": "number"
}
}
}
}
}
}
}
}
Examples
Stiffened DB Example 1
"Assign": {
"101": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "KS21",
"XZ": {
"bRIB": true,
"SHAPE": "C",
"NAME": "C75x40x5/7",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "L",
"NAME": "L25x3",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 2
"Assign": {
"102": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "KS21",
"XZ": {
"bRIB": true,
"SHAPE": "T",
"NAME": "T50x50x5/7",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "H",
"NAME": "H100x50x5/7",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 3
"Assign": {
"103": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "KS21",
"XZ": {
"bRIB": true,
"SHAPE": "P",
"NAME": "P21.7x2",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "B",
"NAME": "B40x40x1.6",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 4
"Assign": {
"104": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "ICHA",
"XZ": {
"bRIB": true,
"SHAPE": "2C",
"NAME": "IC30X86.8",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "2L",
"NAME": "TL20X93.9",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 5
"Assign": {
"105": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "SS",
"XZ": {
"bRIB": true,
"SHAPE": "SB",
"NAME": "FB3x12",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "SB",
"NAME": "FB3x12",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 6
"Assign": {
"106": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "KS21",
"XZ": {
"bRIB": true,
"SHAPE": "SR",
"NAME": "SR6",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "SR",
"NAME": "SR6",
"DIST": 0.3
}
}
}
}
}
Stiffened DB Example 7
"Assign": {
"107": {
"TYPE": "STIFFENED",
"STYPE": "DB",
"RIB_POS": "LOWER",
"SECTION": {
"THIKNESS": 0.5,
"DBNAME": "KS21",
"XZ": {
"bRIB": true,
"SHAPE": "URIB",
"NAME": "URIB320x240x6-40",
"DIST": 0.4
},
"YZ": {
"bRIB": true,
"SHAPE": "CC",
"NAME": "LC-250x75x25x4.5",
"DIST": 0.3
}
}
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Thickness Type • Value: "VALUE" • Stiffened: "STIFFENED" |
"TYPE" |
String |
- |
Required |
|
2 |
Stiffened Thickness Type • Value: "VALUE" • Use: "USER" • DB: "DB" |
"STYPE" |
String |
- |
Required |
|
3 |
Rib Position • "LOWER" • "UPPER" |
"RIB_POS" |
String |
- |
Required |
|
4 |
Defined Stiffener |
"SECTION" |
Object |
- |
Required |
|
(1) |
Thickness |
"THIKNESS" |
Number |
- |
Required |
|
(2) |
DB Name ²⁾ |
"DBNAME" |
String |
- |
Required |
|
(3) |
XZ Section |
"XZ" |
Object |
- |
Required |
|
i. Use Rib Attached |
"bRIB" |
Boolean |
False |
Optional |
||
ii. Shape ¹⁾ |
"SHAPE" |
String |
- |
Required |
||
iii. Section Name • Refer to Product |
"NAME" |
String |
- |
Required |
||
iv. Distance |
"DIST" |
Number |
- |
Required |
||
(4) |
YZ Section |
"YZ" |
Object |
- |
Required |
|
i. Use Rib Attached |
"bRIB" |
Boolean |
False |
Optional |
||
ii. Shape ¹⁾ |
"SHAPE" |
String |
- |
Required |
||
iii. Section Name • Refer to Product |
"NAME" |
String |
- |
Required |
||
iv. Distance |
"DIST" |
Number |
- |
Required |
¹⁾ DB Section Shape
No. |
Shape Type |
Key ("SHAPE") |
Value Type ("SIZE") |
|||||
---|---|---|---|---|---|---|---|---|
Size1 |
Size2 |
Size3 |
Size4 |
Size5 |
Size6 |
|||
1 |
Angle |
"L" |
Number |
Number |
Number |
Number |
0 |
0 |
2 |
Channel |
"C" |
Number |
Number |
Number |
Number |
Number |
Number |
3 |
H-Section |
"H" |
Number |
Number |
Number |
Number |
Number |
Number |
4 |
T-Section |
"T" |
Number |
Number |
Number |
Number |
0 |
0 |
5 |
BOX |
"B" |
Number |
Number |
Number |
Number |
Number |
Number |
6 |
PIPE |
"P" |
Number |
Number |
0 |
0 |
0 |
0 |
7 |
Double Angle |
"2L" |
Number |
Number |
Number |
Number |
Number |
0 |
8 |
Double Channel |
"2C" |
Number |
Number |
Number |
Number |
Number |
0 |
9 |
Solid Rectangle |
"SB" |
Number |
Number |
0 |
0 |
0 |
0 |
10 |
Solid Round |
"SR" |
Number |
0 |
0 |
0 |
0 |
0 |
11 |
Cold Formed Channel |
"CC" |
Number |
Number |
Number |
0 |
0 |
0 |
12 |
U-RIB |
"URIB" |
Number |
Number |
Number |
Number |
Number |
0 |
²⁾ DB Name
No. |
Shape Type |
Value |
---|---|---|
1 |
Korean Industrial Standards 2021 |
"KS21" |
2 |
Korean Industrial Standards |
"KS" |
3 |
American Institute of Steel Construction 2010(US Unit) |
"AISC10(US)" |
4 |
American Institute of Steel Construction 2010(SI Unit) |
"AISC10(SI)" |
5 |
American Institute of Steel Construction 2005(US Unit) |
"AISC05(US)" |
6 |
American Institute of Steel Construction 2005(SI Unit) |
"AISC05(SI)" |
7 |
American Institute of Steel Construction 2000(US Unit) |
"AISC2K(US)" |
8 |
American Institute of Steel Construction 2000(SI Unit) |
"AISC2K(SI)" |
9 |
American Institute of Steel Construction |
"AISC" |
10 |
Canadian Institute of Steel Construction 2002(US Unit) |
"CISC02(US)" |
11 |
Canadian Institute of Steel Construction 2002(SI Unit) |
"CISC02(SI)" |
12 |
British Standard |
"BS" |
13 |
British Standard / BS 4-1: 1993 |
"BS4-93" |
14 |
Deutches Institut fur Normung e.v |
"DIN" |
15 |
Italian National Unification Body |
"UNI" |
16 |
Russian National Standards |
"GOST" |
17 |
Russian Standards / Rolled Steel Sections |
"STO_ASCHM" |
18 |
Japanese Industrial Standards 2000 |
"JIS2K" |
19 |
Japanese Industrial Standards |
"JIS" |
20 |
Guojia Biao Zhun-Yejin Bu Biao Zhun |
"GB-YB" |
21 |
Guojia Biao Zhun-Yejin Bu Biao Zhun 2005 |
"GB-YB05" |
22 |
Bentley Pacific Standards (SI Unit) |
"Pacific(SI)" |
23 |
Indian Standards |
"IS" |
24 |
Indian Standards (HOT ROLLED STEEL BEAM, COLUMN, CHANNEL AND ANGLE SECTIONS) |
"IS808" |
25 |
Indian Standards (Steel Tube) |
"IS1161" |
26 |
Chinese National Standard |
"CNS91" |
27 |
Singapore Standards |
"SS" |
28 |
Chilean Steel Institute |
"ICHA" |