API Documentation > Mechanica > Object ProMechinterpolationpnt > Function ProMechinterpolationpntMagnitudeGet
Function ProMechinterpolationpntMagnitudeGet
Description
Obtains the magnitude assigned to the interpolation point. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
Synopsis
#include <ProMechValue.h>
ProMechinterpolationpntMagnitudeGet
(
ProMechInterpolationPnt interpolation_pnt
/* (In)
The interpolation point handle.
*/
/* (Out)
The magnitude.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
Sample Code References
User Guide References
Was this helpful?