API Documentation > Interfaces > Interface UnitConversionOptions
Interface UnitConversionOptions

package com.ptc.pfc.pfcUnits;

public interface
UnitConversionOptions
extends
jxobject


Description
This class describes changing the principal unit system of a model.
Method Summary
Get method for attribute "DimensionOption"
How the dimensions of the model should be converted.
/*optional*/ Boolean
Get method for attribute "IgnoreParamUnits"
This boolean specifies whether to (or not to) ignore parameter units. Ifnull ortrue parameter values and units will not be changed when changing the model unit system. Iffalse, parameter units will be converted according to the rule specified for dimensions.
void
Set method for attribute "DimensionOption"
How the dimensions of the model should be converted.
void
SetIgnoreParamUnits ( /*optional*/ Boolean value)
Set method for attribute "IgnoreParamUnits"
This boolean specifies whether to (or not to) ignore parameter units. Ifnull ortrue parameter values and units will not be changed when changing the model unit system. Iffalse, parameter units will be converted according to the rule specified for dimensions.
Method Detail
GetDimensionOption
GetDimensionOption
()
SetDimensionOption
void
SetDimensionOption
How the dimensions of the model should be converted.
User Guide References:
GetIgnoreParamUnits
/*optional*/ Boolean
GetIgnoreParamUnits
()
SetIgnoreParamUnits
void
SetIgnoreParamUnits
( /*optional*/ Boolean value)
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.
User Guide References:
Was this helpful?