User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shapepolygon.split_boolean

Table of Contents

TGIS_ShapePolygon.Split method

DK11 for Python | tatukgis.pdk.TGIS_ShapePolygon.Split | Constructors | Methods | Properties

Splits a multipart polygon shape into parts.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def Split(
  self,
  _keep_holes: bool
) -> TGIS_ShapeList: 

Parameters

Name Type Description
_keep_holes bool if True, polygons with holes are not split; if False, all parts are split

Result

Type Description
TGIS_ShapeList Newly created list of parts.

Remarks

If a shape is single part, a main part is returned.

2023/08/09 01:59

Page Tools