|
enum | AngleUnit { AngleUnit_Unknown = 0
, AngleUnit_Degrees = 1
} |
| An enumeration type for supported angle units. More...
|
|
enum | AreaUnit { AreaUnit_Unknown = 0
, AreaUnit_Millimeters2 = 1
, AreaUnit_Centimeters2 = 2
, AreaUnit_Meters2 = 3
} |
| An enumeration type for supported area units. More...
|
|
enum | LengthUnit {
LengthUnit_Unknown = 0
, LengthUnit_Millimeters = 1
, LengthUnit_Centimeters = 2
, LengthUnit_Inches = 3
,
LengthUnit_Meters = 4
} |
| An enumeration type for supported length units. More...
|
|
enum | MassUnit { MassUnit_Unknown = 0
, MassUnit_Grams = 1
, MassUnit_Kilograms = 2
, MassUnit_Tons = 3
} |
| An enumeration type for supported mass units. More...
|
|
enum | VolumeUnit { VolumeUnit_Unknown = 0
, VolumeUnit_Millimeters3 = 1
, VolumeUnit_Centimeters3 = 2
, VolumeUnit_Meters3 = 3
} |
| An enumeration type for supported volume units. More...
|
|