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 | |
Technological 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
| [in] | bfct | technological function (DPP_STOP,...) |
| [in] | rtab | 9 reals array |
| [in] | icri | Main criterion for location DPP_POS_INDIFFERENT DPP_POS_PREMIERE_PASSE DPP_POS_DERNIERE_PASSE DPP_POS_TOUTES_PASSES |
| [in] | ipos | second 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] | rpos | location value |
| [in] | iord | index if several function (-n,..,0,..,n) if (iord <= -1000 or iord >= 1000), the function will appear on all sub-cycles |
| [in] | rtps | function time |
| [in] | scom | function comment |