DK11 for Python | tatukgis.pdk.TGIS_CSUnits.FromUnits | Constructors | Methods | Properties
Convert value provided in current unit into basic unit (meter or radians) .
# Python def FromUnits( 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 current units. |