Skip to main content
JSON Manual Created Edited

Section Manager - Section for Resultant Forces - Virtual Beam

Input URI

{base url} + db/VBEM



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "VBEM": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "VSEC1": {
                "description": "VirtualSection1",
                "type": "integer"
            },
            "VSEC2": {
                "description": "VirtualSection2",
                "type": "integer"
            }
        }
    }
}


Examples

Section for Resultant Forces - Define Virtual Beam

{
    "Assign": {
        "1": {
            "VSEC1": 1,
            "VSEC2": 2
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Virtual Section 1

"VSEC1"

Integer

Required

2

Virtual Section 2

"VSEC2"

Integer

 -

Required



0
Was this article helpful?