User Tools

Site Tools


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

Table of Contents

TGIS_Shape.IsInsideCircle method

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

Test if the shape is inside a given circle.

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

Syntax

# Python
def IsInsideCircle(
  self,
  _center: TGIS_Point,
  _range: float,
  _itype: TGIS_InsideType
) -> bool: 

Parameters

Name Type Description
_center TGIS_Point center of circle
_range float circle range
_itype TGIS_InsideType kind of test

Result

Type Description
bool True if relation is true.
2023/08/09 01:59

Page Tools