DK11 for Python | tatukgis.pdk.TGIS_CSUnits.ToBase | Constructors | Methods | Properties
Convert value provided in current unit into basic unit (meter or radians) . Basic units are meter, radian, square meter
# Python def ToBase( self _value: float ) -> float:
Name | Type | Description |
---|---|---|
_value | float | value to be converted |
Type | Description |
---|---|
float | Value converted to base units. |