Skip to main content
JSON Manual Created Edited

Fiber Division of Section

Input URI

{base url} + db/FIBR



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "FIBR": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "Name",
                "type": "string"
            },
            "SECT_KEY": {
                "description": "Section Key",
                "type": "integer"
            },
            "ASSIGN_TYPE": {
                "description": "Assign Type",
                "type": "integer"
            },
            "FIMP_NAME": {
                "description": "Fiber Material Name",
                "type": "array",
                "items": {
                    "type": "string"
                }
            },
            "FIMP_COLOR": {
                "description": "Inelastic Material Color",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "R": {
                            "description": "Red",
                            "type": "integer"
                        },
                        "G": {
                            "description": "Green",
                            "type": "integer"
                        },
                        "B": {
                            "description": "Blue",
                            "type": "integer"
                        }
                    },
                    "maxItems": 6
                }
            },
            "FIBR_BASE": {
                "description": "",
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "FIBR_BASE_KEY": {
                            "description": "FIBR ",
                            "type": "integer"
                        },
                        "REBAR_NAME": {
                            "description": "Rebar Name",
                            "type": "string"
                        },
                        "AREA": {
                            "description": "Area",
                            "type": "number"
                        },
                        "CENTER_Y": {
                            "description": "Center Y",
                            "type": "number"
                        },
                        "CENTER_Z": {
                            "description": "Center Z",
                            "type": "number"
                        },
                        "FIBER_MATL_ID": {
                            "description": "Fiber Material ID",
                            "type": "number"
                        },
                        "AREA_CONSIDER_REBAR": {
                            "description": "Area Consider Rebar",
                            "type": "number"
                        },
                        "OPT_IS_REBAR": {
                            "description": "Is Rebar",
                            "type": "boolean"
                        },
                        "POINT_Y": {
                            "description": "Point Y",
                            "type": "array",
                            "items": {
                                "type": "number"
                            }
                        },
                        "POINT_Z": {
                            "description": "Point Z",
                            "type": "array",
                            "items": {
                                "type": "number"
                            }
                        }
                    }
                }
            },
            "OPT_MONITORED_FIBER": {
                "description": "Is Monitored Fiber",
                "type": "boolean"
            },
            "MONITORED_FIBER": {
                "description": "Monitored Fiber",
                "type": "array",
                "items": {
                    "type": "integer"
                }
            }
        }
    }
}


Examples

Fiber Division of Section

{
    "Assign": {
        "1": {
            "NAME": "General",
            "SECT_KEY": 11001,
            "ASSIGN_TYPE": 0,
            "FIMP_NAME": [
                "Steel",
                "Cover Concrete",
                "Core Conc Column 1 2",
                "Core Conc Column 1 2",
                "Core Conc Column 1 2",
                "Core Conc Column 1 2"
            ],
            "FIMP_COLOR": [
                {
                    "R": 121,
                    "G": 198,
                    "B": 220
                },
                {
                    "R": 245,
                    "G": 242,
                    "B": 31
                },
                {
                    "R": 214,
                    "G": 126,
                    "B": 176
                },
                {
                    "R": 63,
                    "G": 174,
                    "B": 179
                },
                {
                    "R": 40,
                    "G": 130,
                    "B": 89
                },
                {
                    "R": 223,
                    "G": 176,
                    "B": 192
                }
            ],
            "FIBR_BASE": [
                {
                    "FIBR_BASE_KEY": 752,
                    "REBAR_NAME": "",
                    "AREA": 0.00688072,
                    "CENTER_Y": -1.05047e-16,
                    "CENTER_Z": 1.06179,
                    "FIBER_MATL_ID": 1,
                    "AREA_CONSIDER_REBAR": 0,
                    "OPT_IS_REBAR": false,
                    "POINT_Y": [
                        0.0527429,
                        0.0527429,
                        -0.0527429,
                        -0.0527429,
                        0
                    ],
                    "POINT_Z": [
                        1.08596,
                        1.029,
                        1.029,
                        1.08596,
                        1.1025
                    ]
                }
            ],
            "OPT_MONITORED_FIBER": true,
            "MONITORED_FIBER": [
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0
            ]
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Fiber Division Name

"NAME"

String

-

Required

2

Assigned Section ID

"SECT_KEY"

Integer

-

Required

3

Assign Type

"ASSIGN_TYPE"

Integer

-

Required

4

Inelastic Material Properties Name

"FIMP_NAME"

Array
[String, 6]

-

Required

5

Inelastic Material Properties Color

"FIMP_COLOR"

Array
[Object, 6]

-

Optional

(1)

Red

"R"

Integer

0

Optional

(2)

Green

"G"

Integer

0

Optional

(3)

Blue

"B"

Integer

0

Optional

6

Fiber Division

 • Insert the data as an object

"FIBR_BASE"

Array
[Object]

-

Required

(1)

Base Key

"FIBR_BASE_KEY"

Boolean

-

Required

(2)

Rebar Name

"REBAR_NAME"

String

-

Required

(3)

Area

"AREA"

Number

-

Required

(4)

Center Y

"CENTER_Y"

Number

-

Required

(5)

Center Z

"CENTER_Z"

Number

-

Required

(6)

Fiber Material ID

"FIBER_MATL_ID"

Number

-

Required

(7)

Area Consider Rebar

"AREA_CONSIDER_REBAR"

Number

-

Required

(8)

Rebar Options

"OPT_IS_REBAR"

Boolean

-

Required

(9)

Point Y

"POINT_Y"

Array
[Number]

-

Required

(10)

Point Z

"POINT_Z"

Array
[Number]

-

Required

7

Monitored Fiber Option

"OPT_MONITORED_FIBER"

Boolean

-

Required

8

Monitored Fiber

"MONITORED_FIBER"

Array
[Integer]

-

Require



• Fiber Section of Division can capture the preview of the Dialog.

Go to Dialog Capture ↗

0
Was this article helpful?