Library | Module

Interface IpfcUnitConversionOptions



Description

This class describes changing the principal unit system of a model.



Property Summary

PropertyDimensionOptionas IpfcUnitDimensionConversion
How the dimensions of the model should be converted.
PropertyIgnoreParamUnitsas Boolean [optional]
This boolean specifies whether to (or not to) ignore parameter units. If null or true parameter values and units will not be changed when changing the model unit system. If false, parameter units will be converted according to the rule specified for dimensions.



Method Summary

FunctionCCpfcUnitConversionOptions.Create (DimensionOption as IpfcUnitDimensionConversion) as IpfcUnitConversionOptions
Creates a new unit conversion options object.



Property Detail


PropertyDimensionOptionas IpfcUnitDimensionConversion

How the dimensions of the model should be converted.




PropertyIgnoreParamUnitsas Boolean [optional]

This boolean specifies whether to (or not to) ignore parameter units. If null or true parameter values and units will not be changed when changing the model unit system. If false, parameter units will be converted according to the rule specified for dimensions.





Method Detail


FunctionCCpfcUnitConversionOptions.Create (DimensionOption as IpfcUnitDimensionConversion) as IpfcUnitConversionOptions

Creates a new unit conversion options object.
Parameters:
DimensionOption
How the dimensions of the model should be converted.
Returns:
The new object.