Library | Package Java Toolkit

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
UnitDimensionConversionGetDimensionOption ()
    Get method for attribute "DimensionOption"
    How the dimensions of the model should be converted.
/*optional*/ BooleanGetIgnoreParamUnits ()
    Get method for attribute "IgnoreParamUnits"
    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.
voidSetDimensionOption (UnitDimensionConversion value)
    Set method for attribute "DimensionOption"
    How the dimensions of the model should be converted.
voidSetIgnoreParamUnits ( /*optional*/ Boolean value)
    Set method for attribute "IgnoreParamUnits"
    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

GetDimensionOption/SetDimensionOption

UnitDimensionConversionGetDimensionOption ()
voidSetDimensionOption (UnitDimensionConversion value)


    How the dimensions of the model should be converted.
Manual References:
Solid: Conversion to a New Unit System, Solid: Conversion to a New Unit System



GetIgnoreParamUnits/SetIgnoreParamUnits

/*optional*/ BooleanGetIgnoreParamUnits ()
voidSetIgnoreParamUnits ( /*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.
Manual References:
Solid: Conversion to a New Unit System