Enum pfcUnitDimensionConversion
Description
This enumerated type lists different options for conversion of dimensions while changing the principal unit system of a model.
Values
pfcUNITCONVERT_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
pfcUNITCONVERT_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
pfcUnitDimensionConversion_nil
Enum null value.