Input URI
{base url} + db/LTOM |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"LTOM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "MassDirection",
"type": "string"
},
"bNODAL": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bBEAM": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bFLOOR": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bPRES": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"GRAV": {
"description": "Gravity",
"type": "number"
},
"vLC": {
"description": "LoadCaseList",
"type": "array",
"items": {
"type": "object",
"properties": {
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"FACTOR": {
"description": "ScaleFactor",
"type": "number"
}
}
}
}
}
}
}
"LTOM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"DIR": {
"description": "MassDirection",
"type": "string"
},
"bNODAL": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bBEAM": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bFLOOR": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"bPRES": {
"description": "LoadTypeforConverting",
"type": "boolean"
},
"GRAV": {
"description": "Gravity",
"type": "number"
},
"vLC": {
"description": "LoadCaseList",
"type": "array",
"items": {
"type": "object",
"properties": {
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"FACTOR": {
"description": "ScaleFactor",
"type": "number"
}
}
}
}
}
}
}
Examples
Loads to Masses
{
"Assign": {
"1": {
"DIR": "XYZ",
"bNODAL": true,
"bBEAM": true,
"bFLOOR": true,
"bPRES": true,
"GRAV": 9.806,
"vLC": [
{
"LCNAME": "D",
"FACTOR": 1.0
},
{
"LCNAME": "L",
"FACTOR": 0.5
}
]
}
}
}
"Assign": {
"1": {
"DIR": "XYZ",
"bNODAL": true,
"bBEAM": true,
"bFLOOR": true,
"bPRES": true,
"GRAV": 9.806,
"vLC": [
{
"LCNAME": "D",
"FACTOR": 1.0
},
{
"LCNAME": "L",
"FACTOR": 0.5
}
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Mass Direction • X: "X" • Y: "Y" • Z: "Z" • X, Y: "XY" • Y, Z: "YZ" • X, Z: "XZ" • X, Y, Z: "XYZ" |
"DIR" |
String |
- |
Required |
|
2 |
Nodal Load |
"bNODAL" |
Boolean |
False |
Optional |
|
3 |
Beam Load |
"bBEAM" |
Boolean |
False |
Optional |
|
4 |
Floor Load |
"bFLOOR" |
Boolean |
False |
Optional |
|
5 |
Pressure (Hydrostatic) |
"bPRES" |
Boolean |
False |
Optional |
|
6 |
Gravity Acceleration |
"GRAV" |
Number |
0 |
Optional |
|
7 |
Load Case List • Insert the data as an object |
"vLC" |
Array |
- |
Required |
|
(1) |
Load Case Name |
"LCNAME" |
String |
- |
Required |
|
(2) |
Scale Factor |
"FACTOR" |
Number |
- |
Required |