DK11 for Python | tatukgis.pdk.TGIS_Shape.GetAngle | Constructors | Methods | Properties
Compute angle of first/last element of the shape in radians related to north, east winding.
# Python def GetAngle( self, _reverse: bool ) -> float:
Name | Type | Description |
---|---|---|
_reverse | bool | if True, then end will be treated as start |
Type | Description |
---|---|
float | Angle in radians. |