DK for Python | tatukgis_pdk.TGIS_Shape.AddPointBearing | Overloads | Constructors | Methods | Properties
Add a point to the last part of the shape.
# Python def AddPointBearing( self, _bearing: float, _distance: float, _compass: bool ) -> bool:
| Name | Type | Description |
|---|---|---|
| _bearing | float | bearing in radians |
| _distance | float | distance in map units |
| _compass | bool | if True, then bearing is North oriented |
| Type | Description |
|---|---|
| bool | True, then function succeed. |