Documentação da API > Features > Object ProFeature > Function ProFeatureInsertmodeWithoptionsActivate
Function ProFeatureInsertmodeWithoptionsActivate
Description
Activates insert mode such that the specified feature becomes the last feature.
Synopsis
#include <ProFeature.h>
ProFeatureInsertmodeWithoptionsActivate
(
ProFeature* p_last_feat
/* (In)
The feature that will be the last feature. All the features after this feature will be detached. Any features created after the activation of insert mode will be created after this feature. When you cancel the insert mode, the detached features will be reappended at the end.
*/
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 activated insert mode.
Model is in read-only state.
The specified feature is invalid.
Invalid regeneration flag(s) for this function.
See Also
Sample Code References
User Guide References
Isto foi útil?