Skip to main content
JSON Manual Created Edited

Boundary Group

Input URI

{base url} + db/BNGR



Active Methods

POST, GET, PUT



JSON Schema

Details

{
    "BNGR": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "BoundaryGroupName",
                "type": "string"
            },
            "AUTOTYPE": {
                "description": "AutoType",
                "type": "integer"
            }
        }
    }
}


Examples

Boundary Group

{
    "Assign": {
        "1": {
            "NAME": "fix1",
            "AUTOTYPE": 0
        },
        "2": {
            "NAME": "fix2",
            "AUTOTYPE": 0
        },
        "3": {
            "NAME": "fix3",
            "AUTOTYPE": 0
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Boundary Group Name

"NAME"

String

 -

Required

2

The Autogenerated boundary groups for CR/SH in a Composite Section ¹⁾

 • Creep Boundary Group: 0

 • Shrinkage Boundary Group: 1

"AUTOTYPE"

Integer

Auto

Optional



¹⁾ Auto-Type: It is generally recommended that you use just 0 as an “AUTOTYPE” value.

0
Was this article helpful?