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).
# Python def ArcSplitOnCross( self, _shp: TGIS_ShapeArc, _shplist: TGIS_ObjectList ) -> TGIS_ShapeArc:
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 |