User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.getintersection_tgis_extent_boolean

Table of Contents

TGIS_Shape.GetIntersection(TGIS_Extent, bool) method

DK11 for Python | tatukgis.pdk.TGIS_Shape.GetIntersection | Overloads | Constructors | Methods | Properties

Cut the shape in a defined extent.

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

Syntax

# Python
def GetIntersection(
  self,
  _extent: TGIS_Extent,
  _draft: bool
) -> TGIS_Shape: 

Parameters

Name Type Description
_extent TGIS_Extent extent to be cut with
_draft bool if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes

Result

Type Description
TGIS_Shape Normalized shape (a new copy).
2023/08/09 01:59

Page Tools