User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csunits.frombase_double

Table of Contents

TGIS_CSUnits.FromBase method

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

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def FromBase(
  self,
  _value: float
) -> float: 

Parameters

Name Type Description
_value float value to be converted

Result

Type Description
float Value converted to current units.
2023/08/09 01:53

Page Tools