Click or drag to resize

KM_InterpreterInchesToUserUnits Method

Takes in an inch value and returns the value in Interpreter's current units

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double InchesToUserUnits(
	double inches
)

Parameters

inches  Double
input inch value

Return Value

Double
Current User Units
See Also