Category
View manager
, Object
ProXsec
Function ProXsecDelete
Description
Delete specified cross-section from a part or assembly.
Replacement in Object TOOLKIT:
pfcXSection::Delete
Synopsis
#include <
ProXsec.h
>
ProError
ProXsecDelete
(
ProXsec
*
xsec
/* (In)
Cross section handle
*/
)
Returns
PRO_TK_NO_ERROR
Cross-section successfully deleted .
PRO_TK_BAD_INPUTS
Invalid input parameter(s).
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: Cross Sections: Creating and Modifying Cross Sections
Core: Cross Sections: Creating and Modifying Cross Sections
Sample Code References:
pt_examples ( TestXsec.c )
pt_userguide ( UgXsecMassProps.c )