Functions | |
| void | SPECIF_canned_end (double Rzret, double Rxret, int Icad) |
| Allows to filter or to modify return points in CAN turning. The points in the toolpath box are deleted. The points coordinates are limited according to Icad. | |
| void | SPECIF_cut_file_add (const std::string &Snom) |
| Allows to add a file name in the tapes list. Useful to add a file name which is not opened by PPG, as files opened with COUPE_RUBAN,BIS_OPEN,... are automatically added. | |
| void | SPECIF_cut_file_del (const std::string &Snom, int Bsup) |
| Allows to delete a file name in the tapes list. Also allows to physically delete the file. Useful mainly to delete the first file, when particular file names are created (EDM). | |
| void | SPECIF_file_name (const std::string &Str80) |
| modify tape name | |
| void | SPECIF_first_tool (int Btypusi, int Bval) |
| initializes TEST_first_tool_turning or TEST_first_tool_milling | |
| void | SPECIF_init_hole () |
| initializes TEST_first_hole --> CONST_YES | |
| void | SPECIF_init_origin (double Rx, double Ry, double Rz) |
| Initialize origin coordinates for plane. | |
| void | SPECIF_loop_nb (int Ival) |
| Allows to loop several times on the milling or wire operations list, as it is done in turning with n channels. Accessible at debut_fichier. | |
processing change
| void SPECIF_canned_end | ( | double | Rzret, |
| double | Rxret, | ||
| int | Icad ) |
Allows to filter or to modify return points
in CAN turning.
The points in the toolpath box are deleted.
The points coordinates are limited according to Icad.
| [in] | Rzret | Z can end |
| [in] | Rxret | X can end |
| [in] | Icad | direction allowed in return 5 only the toolpath box is tested 1,2,3,4,6,7,8,9 "numerical keyboard" direction 10 auto direction (1,3,7,9) 11 perp pass auto direction (2,4,6,8) 12 pass direction auto direction (2,4,6,8) |
| void SPECIF_cut_file_add | ( | const std::string & | Snom | ) |
Allows to add a file name in the tapes list.
Useful to add a file name which is not opened
by PPG, as files opened with
COUPE_RUBAN,BIS_OPEN,... are automatically added.
| [in] | Snom | complete file name |
| void SPECIF_cut_file_del | ( | const std::string & | Snom, |
| int | Bsup ) |
Allows to delete a file name in the tapes list.
Also allows to physically delete the file.
Useful mainly to delete the first file, when
particular file names are created (EDM).
<br> CONST_YES physical deletion of file
<br> CONST_NO list only deletion
| void SPECIF_file_name | ( | const std::string & | Str80 | ) |
modify tape name
| [in] | Str80 | tape name |
| void SPECIF_first_tool | ( | int | Btypusi, |
| int | Bval ) |
initializes TEST_first_tool_turning or TEST_first_tool_milling
| [in] | Btypusi | CONST_CYCLE_MILLING CONST_TURNING |
| [in] | Bval | CONST_YES CONST_NO |
| void SPECIF_init_hole | ( | ) |
initializes TEST_first_hole --> CONST_YES
| void SPECIF_init_origin | ( | double | Rx, |
| double | Ry, | ||
| double | Rz ) |
Initialize origin coordinates for plane.
| [in] | Rx | X origin coordinate |
| [in] | Ry | Y origin coordinate |
| [in] | Rz | Z origin coordinate |
| void SPECIF_loop_nb | ( | int | Ival | ) |
Allows to loop several times on the milling or wire
operations list, as it is done in turning with n channels.
Accessible at debut_fichier.
| [in] | Ival | number of loops |