Input URI
{base url} + db/SECT |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
"SECT": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"SECTTYPE": {
"description": "Type",
"type": "string"
},
"SECT_NAME": {
"description": "SectName",
"type": "string"
},
"SECT_BEFORE": {
"type": "object",
"properties": {
"OFFSET_PT": {
"description": "CardinalPoint",
"type": "string"
},
"OFFSET_CENTER": {
"description": "OffsetCenter",
"type": "integer"
},
"USER_OFFSET_REF": {
"description": "UserOffsetRef",
"type": "integer"
},
"HORZ_OFFSET_OPT": {
"description": "HorizonoffsetOption",
"type": "integer"
},
"USERDEF_OFFSET_YI": {
"description": "UserOffsetYI",
"type": "number"
},
"VERT_OFFSET_OPT": {
"description": "VerticalOffsetOption",
"type": "integer"
},
"USERDEF_OFFSET_ZI": {
"description": "UserOffsetZI",
"type": "number"
},
"USE_SHEAR_DEFORM": {
"description": "UseConsiderShearDeform",
"type": "boolean"
},
"USE_WARPING_EFFECT": {
"description": "UseConsiderWarpingEffect",
"type": "boolean"
},
"SHAPE": {
"description": "Shape",
"type": "string"
},
"SECT_I": {
"type": "object",
"properties": {
"vSIZE": {
"description": "Size",
"type": "array",
"items": {
"type": "number"
}
},
"USE_SYM_CALC": {
"description": "SymmetricAutoCalculator",
"type": "boolean"
},
"SODSTIFF": {
"type": "object",
"properties": {
"TOSTIFNOS": {
"description": "Definedstiffenernumber",
"type": "integer"
},
"SHAPE": {
"type": "array",
"items": {
"type": "object",
"properties": {
"NAME": {
"description": "Name",
"type": "string"
},
"SHAPE_TYPE": {
"description": "Type",
"type": "integer"
},
"SIZE": {
"description": "Size",
"type": "array",
"items": {
"type": "number",
"maxItems": 8
}
}
}
}
},
"DECKSTIFFNO": {
"description": "Totaldeck&Stiffnumber",
"type": "integer"
},
"SUB": {
"type": "array",
"items": {
"type": "object",
"properties": {
"DECK_POS": {
"description": "DeckPosition",
"type": "integer"
},
"DECK_PART": {
"description": "DeckPart",
"type": "integer"
},
"REF_POS": {
"description": "ReferencePosition",
"type": "integer"
},
"NUM": {
"description": "Stiffenernumber",
"type": "integer"
},
"DECK_NAME": {
"description": "DeckName",
"type": "string"
},
"EACHSTIFFNOS": {
"description": "Appliedstiffenernumber",
"type": "integer"
},
"DATA": {
"type": "array",
"items": {
"type": "object",
"properties": {
"USE_CALC": {
"description": "UseCalculation",
"type": "boolean"
},
"SPACING": {
"description": "Spacing",
"type": "number"
},
"STIF_POS": {
"description": "Position",
"type": "integer"
},
"SHAPE_NAME": {
"description": "ShapeName",
"type": "string"
},
"STIF_NAME": {
"description": "StiffName",
"type": "string"
}
}
}
}
}
}
}
}
}
}
}
}
},
"SECT_AFTER": {
"type": "object",
"properties": {
"SECT_I": {
"type": "object",
"properties": {
"vSIZE": {
"description": "Size",
"type": "array",
"items": {
"type": "number"
}
}
}
}
}
}
}
}
}
Examples
Steel Girder Box
"Assign": {
"801": {
"SECTTYPE": "SOD",
"SECT_NAME": "SteelGirderBox",
"SECT_BEFORE": {
"OFFSET_PT": "CC",
"OFFSET_CENTER": 0,
"USER_OFFSET_REF": 0,
"HORZ_OFFSET_OPT": 0,
"USERDEF_OFFSET_YI": 0,
"VERT_OFFSET_OPT": 0,
"USERDEF_OFFSET_ZI": 0,
"USE_SHEAR_DEFORM": true,
"USE_WARPING_EFFECT": false,
"SHAPE": "STLB",
"SECT_I": {
"vSIZE": [
0.71,
0.91,
0.72,
0.81,
0.83,
0.82,
1.2,
0.023,
0.025,
0.031,
0.032
],
"USE_SYM_CALC": false,
"SODSTIFF": {
"TOSTIFNOS": 0,
"DECKSTIFFNO": 0
}
}
},
"SECT_AFTER": {
"SECT_I": {
"vSIZE": [
0.2,
0.3
]
}
}
}
}
}
Steel Girder Box with Stiffener
"Assign": {
"802": {
"SECTTYPE": "SOD",
"SECT_NAME": "SteelGirderBox-Stiff",
"SECT_BEFORE": {
"OFFSET_PT": "CC",
"OFFSET_CENTER": 0,
"USER_OFFSET_REF": 0,
"HORZ_OFFSET_OPT": 0,
"USERDEF_OFFSET_YI": 0,
"VERT_OFFSET_OPT": 0,
"USERDEF_OFFSET_ZI": 0,
"USE_SHEAR_DEFORM": true,
"USE_WARPING_EFFECT": false,
"SHAPE": "STLB",
"SECT_I": {
"vSIZE": [
0.71,
0.91,
0.72,
0.81,
0.83,
0.82,
1.2,
0.023,
0.025,
0.031,
0.032
],
"USE_SYM_CALC": false,
"SODSTIFF": {
"TOSTIFNOS": 3,
"SHAPE": [
{
"NAME": "Flat",
"SHAPE_TYPE": 0,
"SIZE": [
0.15,
0.018,
0,
0,
0,
0,
0,
0
]
},
{
"NAME": "Tee",
"SHAPE_TYPE": 1,
"SIZE": [
0.12,
0.11,
0.021,
0.022,
0,
0,
0,
0
]
},
{
"NAME": "U-Rib",
"SHAPE_TYPE": 2,
"SIZE": [
0.12,
0.14,
0.1,
0.016,
0.008,
0,
0,
0
]
}
],
"DECKSTIFFNO": 8,
"SUB": [
{
"DECK_POS": 0,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Top-Left",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.11,
"STIF_POS": 1,
"SHAPE_NAME": "Flat",
"STIF_NAME": "TL1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 1,
"SHAPE_NAME": "Tee",
"STIF_NAME": "TL2"
},
{
"USE_CALC": true,
"SPACING": 0.23,
"STIF_POS": 1,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "TL3"
}
]
},
{
"DECK_POS": 0,
"DECK_PART": 1,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Top-Center",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 1,
"SHAPE_NAME": "Flat",
"STIF_NAME": "TC1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 1,
"SHAPE_NAME": "Tee",
"STIF_NAME": "TC2"
},
{
"USE_CALC": true,
"SPACING": 0.23,
"STIF_POS": 1,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "TC3"
}
]
},
{
"DECK_POS": 0,
"DECK_PART": 2,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Top-Right",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 1,
"SHAPE_NAME": "Flat",
"STIF_NAME": "TR1"
},
{
"USE_CALC": true,
"SPACING": 0.23,
"STIF_POS": 1,
"SHAPE_NAME": "Tee",
"STIF_NAME": "TR2"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 1,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "TR3"
}
]
},
{
"DECK_POS": 1,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Web-Left",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.3,
"STIF_POS": 2,
"SHAPE_NAME": "Flat",
"STIF_NAME": "LW1"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 2,
"SHAPE_NAME": "Tee",
"STIF_NAME": "LW2"
},
{
"USE_CALC": true,
"SPACING": 0.25,
"STIF_POS": 2,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "LW3"
}
]
},
{
"DECK_POS": 2,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Web-Right",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.31,
"STIF_POS": 2,
"SHAPE_NAME": "Flat",
"STIF_NAME": "RW1"
},
{
"USE_CALC": true,
"SPACING": 0.25,
"STIF_POS": 2,
"SHAPE_NAME": "Tee",
"STIF_NAME": "RW2"
},
{
"USE_CALC": true,
"SPACING": 0.32,
"STIF_POS": 2,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "RW3"
}
]
},
{
"DECK_POS": 3,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Bottom-Left",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 0,
"SHAPE_NAME": "Flat",
"STIF_NAME": "BL1"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 0,
"SHAPE_NAME": "Tee",
"STIF_NAME": "BL2"
},
{
"USE_CALC": true,
"SPACING": 0.22,
"STIF_POS": 0,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "BL3"
}
]
},
{
"DECK_POS": 3,
"DECK_PART": 1,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Bottom-Center",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 0,
"SHAPE_NAME": "Flat",
"STIF_NAME": "BC1"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 0,
"SHAPE_NAME": "Tee",
"STIF_NAME": "BC2"
},
{
"USE_CALC": true,
"SPACING": 0.22,
"STIF_POS": 0,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "BC3"
}
]
},
{
"DECK_POS": 3,
"DECK_PART": 2,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Bottom-Right",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 0,
"SHAPE_NAME": "Flat",
"STIF_NAME": "BR1"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 0,
"SHAPE_NAME": "Tee",
"STIF_NAME": "BR2"
},
{
"USE_CALC": true,
"SPACING": 0.22,
"STIF_POS": 0,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "BR3"
}
]
}
]
}
}
},
"SECT_AFTER": {
"SECT_I": {
"vSIZE": [
0.2,
0.3
]
}
}
}
}
}
Steel Girder I
"Assign": {
"803": {
"SECTTYPE": "SOD",
"SECT_NAME": "SteelGirderI",
"SECT_BEFORE": {
"OFFSET_PT": "CC",
"OFFSET_CENTER": 0,
"USER_OFFSET_REF": 0,
"HORZ_OFFSET_OPT": 0,
"USERDEF_OFFSET_YI": 0,
"VERT_OFFSET_OPT": 0,
"USERDEF_OFFSET_ZI": 0,
"USE_SHEAR_DEFORM": true,
"USE_WARPING_EFFECT": false,
"SHAPE": "STLI",
"SECT_I": {
"vSIZE": [
0.78,
0.79,
0.81,
0.82,
1.1,
0.023,
0.024,
0.025
],
"USE_SYM_CALC": false,
"SODSTIFF": {
"TOSTIFNOS": 0,
"DECKSTIFFNO": 0
}
}
},
"SECT_AFTER": {
"SECT_I": {
"vSIZE": [
0.41,
0.62
]
}
}
}
}
}
Steel Girder I with Stiffener
"Assign": {
"804": {
"SECTTYPE": "SOD",
"SECT_NAME": "SteelGirderI-Stiff",
"SECT_BEFORE": {
"OFFSET_PT": "CC",
"OFFSET_CENTER": 0,
"USER_OFFSET_REF": 0,
"HORZ_OFFSET_OPT": 0,
"USERDEF_OFFSET_YI": 0,
"VERT_OFFSET_OPT": 0,
"USERDEF_OFFSET_ZI": 0,
"USE_SHEAR_DEFORM": true,
"USE_WARPING_EFFECT": false,
"SHAPE": "STLI",
"SECT_I": {
"vSIZE": [
0.78,
0.79,
0.81,
0.82,
1.1,
0.023,
0.024,
0.025
],
"USE_SYM_CALC": false,
"SODSTIFF": {
"TOSTIFNOS": 3,
"SHAPE": [
{
"NAME": "Flat",
"SHAPE_TYPE": 0,
"SIZE": [
0.15,
0.018,
0,
0,
0,
0,
0,
0
]
},
{
"NAME": "Tee",
"SHAPE_TYPE": 1,
"SIZE": [
0.12,
0.11,
0.021,
0.022,
0,
0,
0,
0
]
},
{
"NAME": "U-Rib",
"SHAPE_TYPE": 2,
"SIZE": [
0.12,
0.14,
0.1,
0.016,
0.008,
0,
0,
0
]
}
],
"DECKSTIFFNO": 5,
"SUB": [
{
"DECK_POS": 0,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Top-Left",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 1,
"SHAPE_NAME": "Flat",
"STIF_NAME": "TL1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 1,
"SHAPE_NAME": "Tee",
"STIF_NAME": "TL2"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 1,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "TL3"
}
]
},
{
"DECK_POS": 0,
"DECK_PART": 1,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Top-Right",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 1,
"SHAPE_NAME": "Flat",
"STIF_NAME": "TR1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 1,
"SHAPE_NAME": "Tee",
"STIF_NAME": "TR2"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 1,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "TR3"
}
]
},
{
"DECK_POS": 1,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Web",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.3,
"STIF_POS": 2,
"SHAPE_NAME": "Flat",
"STIF_NAME": "W1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 2,
"SHAPE_NAME": "Tee",
"STIF_NAME": "W2"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 2,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "W3"
}
]
},
{
"DECK_POS": 2,
"DECK_PART": 0,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Bottom-Left",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 0,
"SHAPE_NAME": "Flat",
"STIF_NAME": "BL1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 0,
"SHAPE_NAME": "Tee",
"STIF_NAME": "BL2"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 0,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "BL3"
}
]
},
{
"DECK_POS": 2,
"DECK_PART": 1,
"REF_POS": 0,
"NUM": 3,
"DECK_NAME": "Bottom-Right",
"EACHSTIFFNOS": 3,
"DATA": [
{
"USE_CALC": true,
"SPACING": 0.1,
"STIF_POS": 0,
"SHAPE_NAME": "Flat",
"STIF_NAME": "BR1"
},
{
"USE_CALC": true,
"SPACING": 0.15,
"STIF_POS": 0,
"SHAPE_NAME": "Tee",
"STIF_NAME": "BR2"
},
{
"USE_CALC": true,
"SPACING": 0.21,
"STIF_POS": 0,
"SHAPE_NAME": "U-Rib",
"STIF_NAME": "BR3"
}
]
}
]
}
}
},
"SECT_AFTER": {
"SECT_I": {
"vSIZE": [
0.41,
0.62
]
}
}
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Common |
- |
- |
- |
- |
|
2 |
Section Data • Steel Girder |
"SECT_BEFORE" |
Object |
- |
Required |
|
(1) |
Section Specifications |
"SECT_I" |
Object |
- |
Required |
|
Dimension of Section ¹⁾ |
"vSIZE" |
Array |
- |
Required |
||
Symmetric Section Auto Calculation |
"USE_SYM_CALC" |
Boolean |
false |
Optional |
||
Stiffener ²⁾ |
"SODSTIFF" |
Object |
- |
Optional |
||
3 |
Section Data • Reference Line |
"SECT_AFTER" |
Object |
- |
Required |
|
(1) |
Distance from Reference Line • [Top, Bottom] |
"vSIZE" |
Integer |
- |
Required |
¹⁾ Dimension Table for Steel Sections
Shape |
0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
---|---|---|---|---|---|---|---|---|---|---|---|
Steel-Box |
B1 |
B2 |
B3 |
B4 |
B5 |
B6 |
H1 |
t1 |
t2 |
tw1 |
tw2 |
Steel-I |
B1 |
B2 |
B3 |
B4 |
H |
t1 |
t2 |
tw |
- |
- |
- |
²⁾Stiffener
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Stiffener |
"SODSTIFF" |
Object |
- |
Optional |
|
(1) |
Number of defined Stiffeners Shape |
"TOSTIFNOS" |
Integer |
- |
- |
|
(2) |
Number of defined Stiffeners Positions |
"DECKSTIFFNO" |
Integer |
- |
- |
|
(3) |
Stiffener Shape • Insert the data as an object |
"SHAPE" |
Array |
- |
- |
|
i. Stiffener Name • User defined |
"NAME" |
String |
- |
- |
||
ii. Stiffener Shape Type • Flat: 0 • Tee: 1 • U-Rib: 2 |
"SHAPE_TYPE" |
Integer |
- |
- |
||
iii. Stiffener Size • Flat: [H, B] • Tee: [H, B, tw, tf] • U-Rib: [H, B1, B2, t, R] |
"SIZE" |
Array |
- |
- |
||
(4) |
Stiffener Positions • Insert the data as an object |
"SUB" |
Array [Object] |
- |
- |
|
i. Deck Positions <strong>• </strong>Steel-Box ◦ Top flange: 0 ◦ Left web: 1 ◦ Right web: 2 ◦ Bottom flange: 3 |
"DECK_POS" |
Integer |
- |
- |
||
ii. Deck Part • Deck1, Web: 0 • Deck2: 1 • Deck3: 2 |
"DECK_PART" |
Integer |
- |
- |
||
iii. Reference Positions • Left, Top: 0 • Right, Bottom: 1 |
"REF_POS" |
Integer |
- |
- |
||
iv. Number of Stiffeners |
"NUM" |
Integer |
- |
- |
||
v. Deck Name • DECK_POS/DECK_PART: "Deck Name" • Steel Box • Steel-I • Steel-Tub |
"DECK_NAME" |
String |
- |
- |
||
vi. Number of Stiffeners in a Deck Positions |
"EACHSTIFFNOS" |
Integer |
- |
- |
||
vii. Stiffeners Data at Positions • Insert the data as an object |
"DATA" |
Array |
- |
- |
||
vii-1. Considering for the section property calculations |
"USE_CALC" |
Boolean |
- |
- |
||
vii-2. Stiffener Spacing |
"SPACING" |
Number |
- |
- |
||
vii-3. Stiffener Positions • Top flange/Bottom: 1 • Web/Left: 0 • Web/Right: 1 • Web/Both: 2 • Bottom flange/Top: 0 |
"STIF_POS" |
Number |
- |
- |
||
vii-4. Stiffener Shape Name |
"SHAPE_NAME" |
String |
- |
- |
||
vii-5. Stiffener Name |
"STIF_NAME" |
String |
- |
- |