
ProMathExpressionEvaluate | |
( ProSolid pro_solid /* (In) Handle of Creo Parametric model (part/assembly). */ const wchar_t * expression /* (In) The math expression string. */ double * result /* (Out) The pointer to calculated result. Can be NULL if not interested. If this argument is NULL, this function can be used to */ ProUnititem * unit /* (Out) The pointer to the unit item of calculated result. If the expression is unitized, use this output to convert the result to another unit, if desired. Can be NULL if not interested. */ ) |

The function succeeded. | |
One or more arguments was invalid. | |
The expression is not valid and cannot be evaluated. |

