User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_topology.arcsplitoncross_tgis_shapearc_tgis_objectlist

Table of Contents

TGIS_Topology.ArcSplitOnCross method

DK11 for Python | tatukgis.pdk.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).

Available also on: Delphi | Java | ActiveX.

Syntax

# Python
def ArcSplitOnCross(
  self,
  _shp: TGIS_ShapeArc,
  _shplist: TGIS_ObjectList
) -> TGIS_ShapeArc: 

Parameters

Name Type Description
_shp TGIS_ShapeArc shape to divide
_shplist TGIS_ObjectList a list of Arcs or Polygons

Result

Type Description
TGIS_ShapeArc returns copy of _shp divided into parts in crossing points with shapes from the list
2023/08/09 01:59

Page Tools