Documentación de la API > Features > Object ProInsert > Function ProInsertModeCancel
Function ProInsertModeCancel
DEPRECATED:
Since Wildfire 5.0
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>
ProInsertModeCancel
(
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
The function successfully cancelled insert mode.
The specified feature is invalid.
See Also
User Guide References
¿Fue esto útil?