Class wfcWUnit

# include <wfcModel.h>

class
wfcWUnit
: public virtual
pfcUnit
{
xaideclare(wfcWUnit)
...
};


Description
Provides the info about the Unit.
Manual References:
Method Summary
Calculates conversion factors from one ProUnititem to another; these can belong to the same model or two different models.
void
Modifies a derived unit.
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcUnit::
Method Detail
void
ModifyByExpression
(xrstring Path)
Modifies a derived unit.
Exceptions thrown (but not limited to):
pfcXToolkitCantModify - The unit cannot be modified because it is referenced from the principal system of units or it is referenced from ref_unit.
Manual References:
Parameters:
Path
The unit expression.
Returns:
CalculateUnitConversion
(pfcUnit_ptr Unit)
Calculates conversion factors from one ProUnititem to another; these can belong to the same model or two different models.
Manual References:
Parameters:
Unit
Returns:
Was this helpful?