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