API Documentation
>
Sketches and sections
>
Object ProSection
> Function ProSectionFree
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.
Sample Code References
pt_examples ( TestFeats.c )
pt_examples ( TestExtrude.c )
pt_examples ( TestSect.c )
pt_userguide ( UgCreoSweepCreate.c )
User Guide References
Allocating a Two-Dimensional Section:ProSectionFree
Copying the Current Section:ProSectionFree
Retrieving and Saving a Section:ProSectionFree
Was this helpful?
This site works best with JavaScript enabled