API Documentation > Classes > Class pfcUnits
Class pfcUnits

package com.ptc.pfc.pfcUnits;

public class
pfcUnits


Description
Contains global CIP definitions for module "pfcUnits"
Method Summary
Creates a new unit conversion factor object.
Creates a new unit conversion options object.
Method Detail
UnitConversionOptions_Create
UnitConversionOptions_Create
(UnitDimensionConversion DimensionOption)
Creates a new unit conversion options object.
User Guide References:
Parameters:
DimensionOption
How the dimensions of the model should be converted.
Returns:
The new object.
UnitConversionFactor_Create
UnitConversionFactor_Create
(double Scale)
Creates a new unit conversion factor object.
User Guide References:
Parameters:
Scale
The scale applied to values in the reference unit to get the value in the actual unit.
Returns:
The new object.
Was this helpful?