Skip to main content
JSON Manual Created Edited

Plate Element for Influence Surface

Input URI

{base url} + db/SINF



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "SINF": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "ELEM_LISTS": {
                "description": "ElementLists",
                "type": "array",
                "items": {
                    "type": "integer"
                }
            }
        }
    }
}


Examples

Plate Element for Influence Surface

{
    "Assign": {
        "1": {
            "ELEM_LISTS": [
                438,
                439,
                444,
                462,
                463
            ]
        }
    }
}


Specifications ¹⁾

No. Description Key Value Type Default Required

1

Assigned Element List

"ELEM_LISTS"

Array
[Integer]

-

Required



¹⁾ Available Moving Load Code

 • AASHTO Standard

 • AASHTO LRFD

 • PENNDOT

 • Canada

 • BS

 • Eurocode

 • South Africa

 • Korea

 • KSCE-LSD15

 • China

 • Taiwan

0
Was this article helpful?