HTTP API Process name: Create Thiessen polygons
Creates Thiessen Polygons of influence around the hook point of Items.
Process JSON
{
"Operation": "Item.CreateThiessenPolygons",
"PropertyMap": {
"_lox@": "1",
"_loy@": "1",
"_hix@": "1",
"_hiy@": "1",
"_margin@": "1"
}
}
Property Descriptions
High X
The high X (right) value of the extents box of the Thiessen Polygons, as a simple value, or as an expression, eg '56.78' or '0.01*_ox#+123.4', or blank for the default
High Y
The high Y (top) value of the extents box of the Thiessen Polygons, as a simple value, or as an expression, eg '87.65' or '0.01*_oy#+432.1', or blank for the default
Low X
The low X (left) value of the extents box of the Thiessen Polygons, as a simple value, or as an expression, eg '43.21' or '0.01*_ox#', or blank for the default
Low X
The low Y (bottom) value of the extents box of the Thiessen Polygons, as a simple value, or as an expression, eg '43.21' or '0.01*_oy#', or blank for the default
Margin
The margin by which the extents should be padded, as a simple value, or as an expression, eg '12.34' or '0.01*_sx#' (the default value is 0.0)