FloatParameterValueTypes Enumerator
Description
Defines the type of a FloatParameterValue.Defined in namespace "adsk::cam" and the header file is <Cam\CamTypeDefs.h>
Methods
Name | Value | Description |
AngleValueType | 2 | Angle in radians (rad) |
AreaValueType | 9 | Area in square centimeters (cm²) |
FlowRateValueType | 8 | Flow rate in liters/minute (l/min) |
LengthValueType | 1 | Length in centimeters (cm) |
LinearVelocityValueType | 3 | Linear velocity in millimeters/minute (mm/min) |
PowerValueType | 7 | Power in Watts (W) |
RotationalVelocityValueType | 4 | Rotational velocity in revolutions per minute (rpm) |
TemperatureValueType | 11 | Temperature in degrees Celsius (C) |
TimeValueType | 5 | Time in seconds (s) |
UnspecifiedValueType | 0 | Unspecified type can reprecent any type |
VolumeValueType | 10 | Volume in cubic centimeters (cm³) |
WeightValueType | 6 | Weight in kilograms (kg) |