WO105
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO105 - AutoSeq Interface routine - Add Bevel Interval for Contour
Purpose
The procedure adds a bevel interval for the current contour.
Declaration
void wo105( const int PlatePartNo,
const int ContourNo,
const int BevelIntervalNo, const int SegPartStart, const double StartPoint[2], const int SegPartEnd,
const double EndPoint[2], const double BevelCode);
Input
Parameters:
|
PlatePartNo |
The identification number for the plate part |
|
ContourNo |
The contour number |
|
BevelIntervalNo |
The bevel interval number |
|
SegPartStart |
Segment part number for the bevel interval start |
|
StartPoint |
Interval starting point |
|
SegPartEnd |
Segment part number for the bevel interval end |
|
EndPoint |
Interval ending point |
|
BevelCode |
The bevel code (< 0 indicates other side) |
Result
None
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
*
Main procedure - wo105
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
void wo105( const int /* PlatePartNo */,
const int /* ContourNo */,
const int /* BevelIntervalNo */, const int /* SegPartStart */, const double [2] /* StartPoint */, const int /* SegPartEnd */,
const double [2] /* EndPoint */, const double /* BevelCode */)
{
}
}