DK11 for Delphi | GisTopology.TGIS_Topology.ArcSplitOnCross | Constructors | Methods | Properties | Events
Return a copy of _shp divided into parts in crossing points with shapes from the list. Ensure proper order and orientation of sections (last point of previous is first of next one).
// Delphi public function ArcSplitOnCross( const _shp : TGIS_ShapeArc; const _shplist : TGIS_ObjectList ) : TGIS_ShapeArc;
// C++ Builder public: TGIS_ShapeArc* ArcSplitOnCross( TGIS_ShapeArc* const _shp, TGIS_ObjectList* const _shplist );
Name | Type | Description |
---|---|---|
_shp | TGIS_ShapeArc | shape to divide |
_shplist | TGIS_ObjectList | a list of Arcs or Polygons |
Type | Description |
---|---|
TGIS_ShapeArc | returns copy of _shp divided into parts in crossing points with shapes from the list |