Operator Reference
max_parallels_xld (Operator)
max_parallels_xld
— Join modified XLD parallels lying on the same polygon.
Signature
max_parallels_xld(ExtParallels : MaxPolygons : : )
Description
max_parallels_xld
joins all modified XLD parallels in
ExtParallels
into a polygon if they lie on the same
original polygon segment. This means that polygons exhibiting
parallelism and enclosing homogeneous areas in several places are
joined into one long polygon (from the first parallel line to the
last parallel line). The resulting polygons are returned in
MaxPolygons
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
ExtParallels
(input_object) xld_ext_para-array →
object
Extended XLD parallels.
MaxPolygons
(output_object) xld_poly-array →
object
Maximally extended parallels.
Possible Predecessors
Possible Successors
get_polygon_xld
,
get_lines_xld
Module
Foundation