API Documentation > Sketches and sections > Object ProSection > Function ProSectionEpsilonSet
Function ProSectionEpsilonSet
Description
Sets the sketch epsilon.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionEpsilonSet
(
ProSection section
/* (In)
The section
*/
double section_eps
/* (In)
The epsilon value
*/
)
Returns
The function successfully set the value.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?