Class wfcWParameter
Description
A parameter object. This is an extension of
pfcParameterManual References:
Method Summary
| |
| |
| |
| Obtains the driving parameter for a material parameter, if the driver type is pfcPARAMDRIVER_PARAM. |
| |
| |
| |
| Obtains the lock status of the parameter. |
| |
| |
| |
| Obtains the parameter table set that this parameter is governed by. |
| |
| |
| |
| Obtains the value of the parameter along with units. |
void | |
| |
| |
| Assigns the driving parameter for a material parameter. This will set the driver type to be pfcPARAMDRIVER_PARAM. |
void | |
| |
| |
| Sets the lock status of the parameter. |
void | |
| |
| |
| Sets the value of the parameter along with units. |
Method Detail
Obtains the parameter table set that this parameter is governed by.
Exceptions thrown (but not limited to):
Manual References:
Returns:
The parameter table set
Obtains the driving parameter for a material parameter, if the driver type is pfcPARAMDRIVER_PARAM.
Exceptions thrown (but not limited to):
Manual References:
Returns:
The driving parameter
Assigns the driving parameter for a material parameter. This will set the driver type to be pfcPARAMDRIVER_PARAM.
Exceptions thrown (but not limited to):
Manual References:
Parameters:
DrivingParam
The driving parameter
Returns:
Obtains the lock status of the parameter.
Manual References:
Returns:
The parameter lock status <reference 1 to unknown entity ParamLockstatus>
Sets the lock status of the parameter.
Manual References:
Parameters:
LockStatus
The parameter lock status <reference 1 to unknown entity ParamLockstatus>
Returns:
Obtains the value of the parameter along with units.
Exceptions thrown (but not limited to):
Manual References:
Returns:
The parameter value and units contained in <reference 1 to unknown entity ParamValueWithUnits>
Sets the value of the parameter along with units.
For unitless parameters use
pfcUnit as NULL in
<reference 1 to unknown entity ParamValueWithUnits> The parameter value and units contained in <reference 1 to unknown entity ParamValueWithUnits>
Exceptions thrown (but not limited to):
Manual References:
Parameters:
ValueWithUnits
Returns: