Category Sketches and sections, Object ProSection

Function ProSectionEpsilonSet


Description
Sets the sketch epsilon.
Replacement in Object TOOLKIT: wfcSection::SetEpsilon
Synopsis
#include <ProSection.h>
ProErrorProSectionEpsilonSet(
ProSection section
/* (In)
The section
*/
double section_eps
/* (In)
The epsilon value
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the value.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

Manual References:

  1. Element Trees: Sections: Solving and Regenerating a Section
  2. Element Trees: Sections: Solving and Regenerating a Section

Sample Code References:

  1. pt_examples ( TestExtrude.c )
  2. pt_examples ( UtilSect.c )
  3. pt_examples ( UtilSect.c )
  4. pt_userguide ( Ug3DSection.c )
  5. pt_userguide ( Ug3DSection.c )
  6. pt_userguide ( UgSectModelCreate.c )
  7. pt_userguide ( UgSktFirstFeatureCreate.c )
  8. pt_userguide ( UgSktFirstFeatureRevCreate.c )