User's Guide > Element Trees: Hole > PRO_E_HLE_COM Values > Sketched Hole with Conventional Approach
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.
這是否有幫助?