HTTP API Process name: Create sector (start end)
Creates a sector Polygon from a start and end angle.
Process JSON
{
"Operation": "Item.CreateSectorSE",
"PropertyMap": {
"_startAngleDeg@": "1",
"_endAngleDeg@": "1",
"_ox@": "1",
"_oy@": "1",
"_radius@": "1"
}
}
Property Descriptions
Note: Properties shown in RED are mandatory.
End angle
The end angle, in degrees anti-clockwise from east/the X axis, of the sector, as a simple value, or as an expression, eg '43.21' or 'Acos(0.728849)*180/3.14'
Origin X
The X coordinate of the origin of the sector, as a simple value, or as an expression, eg '12.34' or '_ox#'
Origin Y
The Y coordinate of the origin of the sector, as a simple value, or as an expression, eg '43.21' or '_oy#'
Radius
The sector radius, as a simple value, or as an expression, eg '12.34' or 'Max(123.4,broadcast_range#))'
Start angle
The start angle, in degrees anti-clockwise from east/the X axis, of the sector, as a simple value, or as an expression, eg '43.21' or 'Acos(0.728849)*180/3.14'