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


