Category
Sketches and sections
, Object
ProSection
Function ProSectionFree
Description
Frees the specified section.
Synopsis
#include <
ProSection.h
>
ProError
ProSectionFree
(
ProSection
*
section
/* (In)
The section to free
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the section.
PRO_TK_BAD_INPUTS
The argument is invalid.
PRO_TK_OUT_OF_MEMORY
There was a memory error.
Manual References:
Element Trees: Sections: Allocating a Two-Dimensional Section
Element Trees: Sections: Allocating a Two-Dimensional Section
Element Trees: Sections: Copying the Current Section
Element Trees: Sections: Retrieving and Saving a Section
Sample Code References:
pt_examples ( TestFeats.c )
pt_examples ( TestExtrude.c )
pt_examples ( TestSect.c )
pt_userguide ( UgCreoSweepCreate.c )