User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsCommonPoint method

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

Test if the current shape has any common point with another given shape.

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_Shape shape to test with

Result

Type Description
bool True if relation is true.

Remarks

See IsInsideCircle for example.

2023/08/09 01:59

Page Tools