Class pfcParameter
Description
This class defines a parameter object.
Manual References:
Accessing Columns:pfcParameter,
Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes:pfcParameter,
Creating and Accessing Parameters:pfcParameter,
Driven and Driving Parameters:pfcParameter,
Enumeration Restriction:pfcParameter,
Creo-Related Interfaces:pfcParameter,
Parameter Information:pfcParameter,
Parameter Restrictions:pfcParameter,
Parameter Selection Options:pfcParameter,
Range Restriction:pfcParameter,
Table Parameters:pfcParameter,
Direct Known Subclasses:
Method Summary
void | |
| |
| |
| Deletes a parameter. |
| |
| |
void | |
| |
| |
| Parameter description string. |
| |
| |
| |
| Obtains the type of driver for a material parameter. |
| |
| |
| |
| Identifies if a parameter's value is restricted to a certain range or enumerated. |
| |
| |
| |
| Gets the parameter value in the units of the parameter, instead of the units of the owner model. |
| |
| |
| |
| Units assigned to the parameter. |
void | |
| |
| |
| Reorders the given parameter to come just after the indicated parameter. |
| |
| |
void | |
| |
| |
| Sets the parameter value in terms of the units provided, instead of using the units of the owner model. |
Method Detail
Deletes a parameter.
Exceptions thrown (but not limited to):
Manual References:
Returns:
Units assigned to the parameter.
Exceptions thrown (but not limited to):
Manual References:
Gets the parameter value in the units of the parameter, instead of the units of the owner model.
Exceptions thrown (but not limited to):
Manual References:
Returns:
The parameter scaled value.
Sets the parameter value in terms of the units provided, instead of using the units of the owner model.
Exceptions thrown (but not limited to):
Manual References:
Parameters:
value
The value of the parameter to be set.
Units
The units in which the value is expressed. The value can be null.
Returns:
| GetDescription | () |
void | SetDescription | |
Parameter description string.
Exceptions thrown (but not limited to):
Manual References:
Reorders the given parameter to come just after the indicated parameter.
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - Parameter 'param_before' does not have the same owner as the parameter to be reordered.
Manual References:
Parameters:
ParamBefore
The parameter to be just before the reordered parameter. If NULL, the reordered parameter is moved to the first position in the parameter list.
Returns:
Obtains the type of driver for a material parameter.
Manual References:
Returns:
The parameter driver type.
Identifies if a parameter's value is restricted to a certain range or enumerated.
Manual References:
Returns:
The parameter restriction.