Category Sketches and sections, Object ProSection

Function ProSectionFree


Description
Frees the specified section.
Synopsis
#include <ProSection.h>
ProErrorProSectionFree(
ProSection* section
/* (In)
The section to free
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the section.
PRO_TK_BAD_INPUTSThe argument is invalid.
PRO_TK_OUT_OF_MEMORYThere was a memory error.

Manual References:

  1. Element Trees: Sections: Allocating a Two-Dimensional Section
  2. Element Trees: Sections: Allocating a Two-Dimensional Section
  3. Element Trees: Sections: Copying the Current Section
  4. Element Trees: Sections: Retrieving and Saving a Section

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestExtrude.c )
  3. pt_examples ( TestSect.c )
  4. pt_userguide ( UgCreoSweepCreate.c )