GO2cam Pascal API
Technological functions

Functions

int ecycTRA_EXEC_FCT (int bfct, double *rtab, int icri, int ipos, double rpos, int iord, double rtps, const std::string &scom)
 create technological function on toolpath
 

Detailed Description

Technological functions

Function Documentation

◆ ecycTRA_EXEC_FCT()

int ecycTRA_EXEC_FCT ( int bfct,
double * rtab,
int icri,
int ipos,
double rpos,
int iord,
double rtps,
const std::string & scom )

create technological function on toolpath

Parameters
[in]bfcttechnological function (DPP_STOP,...)
[in]rtab9 reals array
[in]icriMain criterion for location
DPP_POS_INDIFFERENT
DPP_POS_PREMIERE_PASSE
DPP_POS_DERNIERE_PASSE
DPP_POS_TOUTES_PASSES
[in]ipossecond criterion for location
DPP_POS_LGPOURC
DPP_POS_LGDEP
DPP_POS_LGFIN
DPP_POS_APPROCHE
DPP_POS_RETOUR
DPP_POS_EXTELT
DPP_POS_SURELT
DPP_POS_POINT
DPP_POS_DTRA
DPP_POS_FTRA
[in]rposlocation value
[in]iordindex if several function (-n,..,0,..,n)
if (iord <= -1000 or iord >= 1000),
the function will appear on all sub-cycles
[in]rtpsfunction time
[in]scomfunction comment
PCALL(ecycTRA_EXEC_FCT,DPP_STOP,tab9,DPP_POS_INDIFFERENT,DPP_POS_LGFIN,
10,0,0,'comment');
int ecycTRA_EXEC_FCT(int bfct, double *rtab, int icri, int ipos, double rpos, int iord, double rtps, const std::string &scom)
create technological function on toolpath
Definition pa_cyc02.c:1326