Input URI
{base url} + db/PZEF |
---|
Active Methods
POST, GET, PUT |
---|
JSON Schema
Details
{
"PZEF": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"OPT_OFFSET": {
"description": "AutoCalculatePanelZoneOffsetDistances",
"type": "boolean"
},
"OFFS_FACTOR": {
"description": "OffsetFactor",
"type": "number"
},
"OUTPUT_POSITION": {
"description": "OutputPosition",
"type": "integer"
}
}
}
}
"PZEF": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"OPT_OFFSET": {
"description": "AutoCalculatePanelZoneOffsetDistances",
"type": "boolean"
},
"OFFS_FACTOR": {
"description": "OffsetFactor",
"type": "number"
},
"OUTPUT_POSITION": {
"description": "OutputPosition",
"type": "integer"
}
}
}
}
Examples
Panel Zone Effects
{
"Assign": {
"1": {
"OPT_OFFSET": true,
"OFFS_FACTOR": 1.0,
"OUTPUT_POSITION": 1
}
}
}
"Assign": {
"1": {
"OPT_OFFSET": true,
"OFFS_FACTOR": 1.0,
"OUTPUT_POSITION": 1
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Calculation Option • Auto Calculate Panel Zone Offset Distances: true • Do not Calculate: false |
"OPT_OFFSET" |
Boolean |
- |
Required |
2 |
Offset Factor |
"OFFS_FACTOR" |
Number |
- |
Required |
3 |
Output Position • Panel Zone: 1 • Offset Position: 2 |
"OUTPUT_POSITION" |
Integer |
- |
Required |