MeshUnits Enumerator
Description
The unit types that can be specified when importing a .stl or .obj file as a mesh.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
| Name | Value | Description |
| CentimeterMeshUnit | 0 | Interpret the coordinate data using centimeters. |
| FootMeshUnit | 4 | Interpret the coordinate data using feet. |
| InchMeshUnit | 3 | Interpret the coordinate data using inches. |
| MeterMeshUnit | 2 | Interpret the coordinate data using meters. |
| MillimeterMeshUnit | 1 | Interpret the coordinate data using millimeters. |
