Function ProRelationEvalWithUnits
DEPRECATED:
Since Creo 8.0
Description
Evaluates the supplied right-hand side of a typical expression (lhs = rhs) and returns the value in the form of a parameter value.
Synopsis
#include <ProRelSet.h>
ProRelationEvalWithUnits
(
ProRelset* p_relset
/* (In)
The relation set
*/
ProLine rhs_expr
/* (In)
The right-hand side of any relation line in the relation set
*/
ProParamvalue* p_value
/* (Out)
The evaluated result in the form of a parameter value
*/
/* (Out)
The units of the evaluated result
*/
ProBool consider_units
/* (In)
Specifies if units should be considered
*/
)
Returns
The function successfully evaluated the expression.
One or more inputs is invalid
An error occurred and the function failed.
Sample Code References
User Guide References
これは役に立ちましたか?