API Documentation > Features > Object ProFeature > Function ProFeatureDelete
Function ProFeatureDelete
DEPRECATED:
Since Wildfire 5.0
Description
Deletes the specified features from the solid.
NOTE:
This function is deprecated. Use ProFeatureWithoptionsDelete() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureDelete
(
ProSolid solid
/* (In)
The part or assembly to which the features belong
*/
int* feat_ids
/* (In)
An array of feature identifiers to be deleted
*/
int feat_count
/* (In)
The size of the feat_ids array
*/
/* (In)
An array of options for deleting features
*/
int num_opts
/* (In)
The size of the delete_opts array
*/
)
Returns
The function successfully deleted the features.
Model is in read-only state.
One or more of the arguments are invalid.
The delete operation failed.
Sample Code References
User Guide References
Was this helpful?