Documentação da API > Sketches and sections > Object ProSection > Function ProSectionIntentManagerModeSet
Function ProSectionIntentManagerModeSet
Description
Switches Intent Manager mode on/off for the specified section for Creo Parametric TOOLKIT functions. Section conversion invoking section resolve is done here.
By default Intent Manager is off.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionIntentManagerModeSet
(
ProSection section
/* (In)
The section handle
*/
ProBoolean use_intent_manager
/* (In)
PRO_B_TRUE to switch Intent Manager mode on
*/
)
Returns
Success
Model is in read-only state.
Invalid section
Section can not be converted
Sample Code References
User Guide References
Isto foi útil?