Documentation de l'API > Features > Object ProFeature > Function ProFeatureWithoptionsDelete
Function ProFeatureWithoptionsDelete
Description
Deletes the specified features from the solid.
NOTE:Features of non-native models may or may not get deleted.
Synopsis
#include <ProFeature.h>
ProFeatureWithoptionsDelete
(
ProSolid solid
/* (In)
The part or assembly to which the features belong
*/
int* feat_list
/* (In)
A ProArray of feature identifiers to be deleted
*/
/* (In)
A ProArray of options for deleting features
*/
int flags
/* (In)
The regeneration control flags. Pass as bitmask containing one or more of the bit flags PRO_REGEN* defined in ProSolid.h
*/
)
Returns
The function successfully deleted the features.
One or more of the arguments are invalid.
Invalid regeneration flag(s) for this function.
The delete operation failed.
See Also
Sample Code References
User Guide References
Est-ce que cela a été utile ?