WO104
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO104 - AutoSeq Interface routine - Define Number of Bevel Intervals
Purpose
The procedure defines the number of bevel intervals for the current contour.
Declaration
void wo104( 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 TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
*
Main procedure - wo104
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
void wo104( const int /* PlatePartNo */,
const int /* ContourNo */, const int /* NumberOfBevels */)
{
}
}