PixelsToMillimetres


Converts a length in pixels to millimetres using the given scale [px / mm].

Syntax

C++
Python
 
def PixelsToMillimetres(
	inPixels: float,
	inScale: float,
	/
)
-> outMillimetres: float

Parameters

Name Type Default Description
Input value inPixels float
Input value inScale float px / mm
Output value outMillimetres float