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"
}
}
}
}
"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
}
}
}
"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 |