Description | ||||||||||||||||||||
Set the value of a surface finish annotation. If setting the value of a surface finish based on a symbol, this sets the value of the variable text "roughness_height". Modify other values using ProSurffinishModify(). | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProSurfFinish.h> | ||||||||||||||||||||
ProError | ProSurffinishValueSet | ( | ||||||||||||||||||
ProSurfFinish* surface_finish | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The surface finish item. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
double value | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The value of the surface finish. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|