Input URI
{base url} + db/IFGS |
---|
Active Methods
POST, GET, PUT, DELET |
---|
JSON Schema
Details
{
"IFGS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "Direction",
"type": "string"
},
"INIT_FORCE": {
"description": "InitialForce",
"type": "number"
}
}
}
}
"IFGS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "Direction",
"type": "string"
},
"INIT_FORCE": {
"description": "InitialForce",
"type": "number"
}
}
}
}
Examples
Large Displacement/Initial Forces for Geometric Stiffness
{
"Assign": {
"9": {
"DIR": "GY",
"INIT_FORCE": 200
},
"16": {
"DIR": "AXIAL",
"INIT_FORCE": 10
}
}
}
"Assign": {
"9": {
"DIR": "GY",
"INIT_FORCE": 200
},
"16": {
"DIR": "AXIAL",
"INIT_FORCE": 10
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Direction |
"DIR" |
String |
- |
Required |
2 |
Initial Force |
"INIT_FORCE" |
Number |
- |
Required |