User's Guide > Element Trees: Sections > Creating Section Models > Setting the Intent Manager Mode of a Section
Setting the Intent Manager Mode of a Section
 
Methods Introduced:
The Creo Object TOOLKIT C++ methods for 2D and 3D sections work only when the Intent Manager mode is set to ON. Use the method wfcSection::GetIntentManagerMode to check if the Intent Manager mode is ON for the specified section. The mode is set to OFF by default.
Use the method wfcSection::SetIntentManagerMode to set the Intent Manager mode to ON for the specified section. Call this method before using the other Creo Object TOOLKIT C++ methods that access the sections.
Was this helpful?