User Tools

Site Tools


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

Table of Contents

TGIS_Shape.Intersect method

DK11 for Python | tatukgis.pdk.TGIS_Shape.Intersect | Constructors | Methods | Properties

Test intersect relationship for self and given shape

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

Syntax

# Python
def Intersect(
  self,
  _shape: TGIS_Shape
) -> bool: 

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
bool True if relation is true.

Remarks

See Equality for example.

2023/08/09 01:59

Page Tools