Milling-Specific Functions
Functions Introduced:
After you allocate the surface element with ProElementAlloc(), you can add the surface to be milled to the element using the function ProNcseqElemSurfaceAdd().
If the model contains a milling surface, you can set the whole surface in the NC sequence using ProNcseqElemMillsurfSet(). To control its orientation, call ProNcseqElemSurfaceflipSet().
Example 7: Adding Surfaces
The sample code in UgMfgSrfAdd.c located at <creo_toolkit_loadpoint>/protk_appls/pt_userguide/ptu_mfg shows how to use the function ProNcseqElemSurfaceAdd().
Was this helpful?