Category Features, Object ProInsert

Function ProInsertModeCancel


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProInsertmodeWithoptionsCancel
Description
Cancels insert mode in the specified part or assembly.

NOTE:

This function is deprecated. Use ProInsertmodeWithoptionsCancel() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior.

Synopsis
#include <ProFeature.h>
ProErrorProInsertModeCancel(
ProSolid solid
/* (In)
The part or assembly.
*/
ProBoolean resume
/* (In)
Set this to PRO_B_TRUE if the suppressed features are to be resumed once you cancel insert mode.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cancelled insert mode.
PRO_TK_BAD_INPUTSThe specified feature is invalid.
See Also
ProFeatureInsertmodeWithoptionsActivate
ProInsertModeIsActive

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Manipulating Features
  3. Core: Features: Manipulating Features
  4. Core: Features: Manipulating Features based on Regeneration Flags