DK11 for Python | tatukgis.pdk.TGIS_CSUnits.ToUnits | Constructors | Methods | Properties
Convert value provided in basic unit (meter or radians) into the value represented by current unit.
# Python def ToUnits( self _units: tatukgis.pdk.TGIS_CSUnits _value: float ) -> float:
Name | Type | Description |
---|---|---|
_units | tatukgis.pdk.TGIS_CSUnits | desired units system to be converted to |
_value | float | value to be converted |
Type | Description |
---|---|
float | Value converted to defined units. |