Click or drag to resize

UnitConversiontoUnit Method (Point3)

converts given point from the base unit of the conversion.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3 toUnit(
	Point3 poi
)

Parameters

poi
Type: Karamba.GeometryPoint3
point to be converted.

Return Value

Type: Point3
converted point.
See Also