ClassesClassesClassesClasses | | | | Operators

max_parallels_xldmax_parallels_xldMaxParallelsXldmax_parallels_xldMaxParallelsXldMaxParallelsXld (Operator)

Name

max_parallels_xldmax_parallels_xldMaxParallelsXldmax_parallels_xldMaxParallelsXldMaxParallelsXld — Join modified XLD parallels lying on the same polygon.

Signature

max_parallels_xld(ExtParallels : MaxPolygons : : )

Herror max_parallels_xld(const Hobject ExtParallels, Hobject* MaxPolygons)

Herror T_max_parallels_xld(const Hobject ExtParallels, Hobject* MaxPolygons)

Herror max_parallels_xld(Hobject ExtParallels, Hobject* MaxPolygons)

HXLDPolyArray HXLDExtParaArray::MaxParallelsXld() const

void MaxParallelsXld(const HObject& ExtParallels, HObject* MaxPolygons)

HXLDPoly HXLDExtPara::MaxParallelsXld() const

void HOperatorSetX.MaxParallelsXld(
[in] IHUntypedObjectX* ExtParallels, [out] IHUntypedObjectX*MaxPolygons)

IHXLDPolyX* HXLDExtParaX.MaxParallelsXld()

static void HOperatorSet.MaxParallelsXld(HObject extParallels, out HObject maxPolygons)

HXLDPoly HXLDExtPara.MaxParallelsXld()

Description

max_parallels_xldmax_parallels_xldMaxParallelsXldmax_parallels_xldMaxParallelsXldMaxParallelsXld joins all modified XLD parallels in ExtParallelsExtParallelsExtParallelsExtParallelsExtParallelsextParallels into a polygon if they lie on the same original polygon segment. This means that polgons 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 MaxPolygonsMaxPolygonsMaxPolygonsMaxPolygonsMaxPolygonsmaxPolygons.

Parallelization

Parameters

ExtParallelsExtParallelsExtParallelsExtParallelsExtParallelsextParallels (input_object)  xld_ext_para-array objectHXLDExtParaHXLDExtParaHXLDExtParaArrayHXLDExtParaXHobject

Extended XLD parallels.

MaxPolygonsMaxPolygonsMaxPolygonsMaxPolygonsMaxPolygonsmaxPolygons (output_object)  xld_poly-array objectHXLDPolyHXLDPolyHXLDPolyArrayHXLDPolyXHobject *

Maximally extended parallels.

Possible Predecessors

mod_parallels_xldmod_parallels_xldModParallelsXldmod_parallels_xldModParallelsXldModParallelsXld

Possible Successors

get_polygon_xldget_polygon_xldGetPolygonXldget_polygon_xldGetPolygonXldGetPolygonXld, get_lines_xldget_lines_xldGetLinesXldget_lines_xldGetLinesXldGetLinesXld

Module

Foundation


ClassesClassesClassesClasses | | | | Operators