MillimetresToPixels


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

Syntax

C++
Python
 
def MillimetresToPixels(
	inMillimetres: float,
	inScale: float,
	/
)
-> outPixels: float

Parameters

Name Type Default Description
Input value inMillimetres float
Input value inScale float px / mm
Output value outPixels float