Sketched Hole with Conventional Approach
Example 1: Creating a Standard Sketched Hole with Linear Placement
The sample code in UgHoleCreate.c located at <creo_toolkit_loadpoint>/protk_appls/pt_userguide/ptu_featcreat shows how to create a standard sketched hole with linear placement. In the conventional approach:
• Use ProFeatureCreate() to create incomplete feature
• Use the feature handle to get the section handle
• Build the section
• Give a call to ProFeatureRedefine() to redefine
• Complete the feature.