WO023
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO023 - AutoNest Interface routine - Define Number of Bevel Intervals
Purpose
The procedure defines the number of bevel intervals for the current contour.
Declaration
void wo023( const int PlatePartNo,
const int ContourNo,
const int NumberOfBevels);
Input
Parameters
|
PlatePartNo |
The identification number for the plate part |
|
ContourNo |
The contour number |
|
NumberOfBevels |
The number of bevel intervals (only relevant for outer contours and holes). |
Result
None.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo023
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo023( const int /* PlatePartNo */,
const int /* ContourNo */, const int /* NumberOfBevels */)
{
}
}