| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| UnitConversionFactor | CalculateUnitConversion
(Unit Unit)
Calculates conversion factors from one ProUnititem to another; these can belong to the same model or two different models. |
| void | ModifyByExpression
(String Path)
Modifies a derived unit. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcUnits.Unit |
|---|
| GetName, SetName, GetType, GetIsStandard, GetConversionFactor, GetReferenceUnit, GetExpression, Modify, Delete |
| Method Detail |
|---|
| ModifyByExpression |
|---|
| void | ModifyByExpression | (String Path) |
| Modifies a derived unit. Exceptions thrown (but not limited to): XToolkitCantModify - The unit cannot be modified because it is referenced from the principal system of units or it is referenced from ref_unit.
|
| CalculateUnitConversion |
|---|
| UnitConversionFactor | CalculateUnitConversion | (Unit Unit) |
Calculates conversion factors from one ProUnititem to another;
these can belong to the same model or two different models.
|