API 설명서 > 3D drawings and annotations > Object ProSurffinish > Function ProSurffinishValueSet
Function ProSurffinishValueSet
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().
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurfFinish.h>
ProSurffinishValueSet
(
ProSurfFinish* surface_finish
/* (In)
The surface finish item.
*/
double value
/* (In)
The value of the surface finish.
*/
)
Returns
The function succeeded.
Model is in read-only state.
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.
Could not modify the given item because it has read-only access.
User Guide References
도움이 되셨나요?