Input URI
{base url} + db/CNLD |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"CNLD": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"ITEMS": {
"description": "NodalLoadItems",
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": {
"description": "ID",
"type": "integer"
},
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"GROUP_NAME": {
"description": "GroupName",
"type": "string"
},
"FX": {
"description": "FX",
"type": "number"
},
"FY": {
"description": "FY",
"type": "number"
},
"FZ": {
"description": "FZ",
"type": "number"
},
"MX": {
"description": "MX",
"type": "number"
},
"MY": {
"description": "MY",
"type": "number"
},
"MZ": {
"description": "MZ",
"type": "number"
}
}
}
}
}
}
}
"CNLD": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"ITEMS": {
"description": "NodalLoadItems",
"type": "array",
"items": {
"type": "object",
"properties": {
"ID": {
"description": "ID",
"type": "integer"
},
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"GROUP_NAME": {
"description": "GroupName",
"type": "string"
},
"FX": {
"description": "FX",
"type": "number"
},
"FY": {
"description": "FY",
"type": "number"
},
"FZ": {
"description": "FZ",
"type": "number"
},
"MX": {
"description": "MX",
"type": "number"
},
"MY": {
"description": "MY",
"type": "number"
},
"MZ": {
"description": "MZ",
"type": "number"
}
}
}
}
}
}
}
Examples
Nodal Loads
{
"Assign": {
"8": {
"ITEMS": [
{
"ID": 1,
"LCNAME": "D",
"GROUP_NAME": "",
"FX": 10,
"FY": 20,
"FZ": 30,
"MX": -40,
"MY": -50,
"MZ": -60
}
]
}
}
}
"Assign": {
"8": {
"ITEMS": [
{
"ID": 1,
"LCNAME": "D",
"GROUP_NAME": "",
"FX": 10,
"FY": 20,
"FZ": 30,
"MX": -40,
"MY": -50,
"MZ": -60
}
]
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Nodal Load • Insert the data as an object |
"ITEMS" |
Array |
- |
Required |
|
(1) |
Serial Number |
"ID" |
Integer |
0 |
Optional |
|
(2) |
Load Case Name |
"LCNAME" |
String |
- |
Required |
|
(3) |
Load Group Name |
"GROUP_NAME" |
String |
Blank |
Optional |
|
(4) |
Nodal Load - FX |
"FX" |
Number |
0 |
Optional |
|
(5) |
Nodal Load - FY |
"FY" |
Number |
0 |
Optional |
|
(6) |
Nodal Load - FZ |
"FZ" |
Number |
0 |
Optional |
|
(7) |
Nodal Load - MX |
"MX" |
Number |
0 |
Optional |
|
(8) |
Nodal Load - MY |
"MY" |
Number |
0 |
Optional |
|
(9) |
Nodal Load - MZ |
"MZ" |
Number |
0 |
Optional |