Enum pfcUnitDimensionConversion
Description
This enumerated type lists different options for conversion of
dimensions while changing the principal unit system of a
model.
Values
-
UNITCONVERT_SAME_DIMS
-
This specifies that unit conversion will occur by interpreting the unit value
in the new unit system. e.g. 1 inch = 1 mm
-
UNITCONVERT_SAME_SIZE
-
This specifies that unit conversion will occur by converting the unit value
in the new unit system. e.g. 1 inch = 25.4 mm
-
UnitDimensionConversion_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.