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(). | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProSurfFinish.h> | |||||||||||||||||
ProError | ProSurffinishValueGet | ( | |||||||||||||||
ProSurfFinish* surface_finish | |||||||||||||||||
/* (In) | |||||||||||||||||
The surface finish item. | |||||||||||||||||
*/ | |||||||||||||||||
double* value | |||||||||||||||||
/* (Out) | |||||||||||||||||
The value of the surface finish. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|