User Tools

Site Tools


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

Table of Contents

TGIS_Shape.AddPointBearing(float, float, bool) method

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

Add a point to the last part of the shape.

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

Syntax

# Python
def AddPointBearing(
  self,
  _bearing: float,
  _distance: float,
  _compass: bool
) -> bool: 

Parameters

Name Type Description
_bearing float bearing in radians
_distance float distance in map units
_compass bool if True, then bearing is North oriented

Result

Type Description
bool True, then function succeed.
2023/08/09 01:59

Page Tools