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 | |
|---|---|---|---|---|
![]() |
inPixels | float | ||
![]() |
inScale | float | px / mm | |
![]() |
outMillimetres | float |


