Function ProSurffinishValueGet
Description
Retrieve the value of a surface finish annotation. If getting the value of a surface finish based on a symbol, this gets the value of the variable text "roughness_height". Retrieve other values using ProSurffinishDataGet().
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurfFinish.h>
ProSurffinishValueGet
(
ProSurfFinish* surface_finish
/* (In)
The surface finish item.
*/
double* value
/* (Out)
The value of the surface finish.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
License check failure.
The surface finish does not have a value named 'roughness_height' (for symbol based surface finishes).
The surface finish roughness height is not a numeric value.
User Guide References
¿Fue esto útil?