Category Sketches and sections, Object ProSection

Function ProSectionEpsilonGet


Description
Retrieves the epsilon value of the specified sketch.
Replacement in Object TOOLKIT: wfcSection::GetEpsilon
Synopsis
#include <ProSection.h>
ProErrorProSectionEpsilonGet(
ProSection section
/* (In)
The section
*/
double* r_section_eps
/* (Out)
The epsilon value
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is 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 ( SketchFeatureCreate.c )
  2. pt_examples ( UtilSect.c )
  3. pt_userguide ( Ug3DSection.c )