Functions | |
| void | LOAD_profile_elt (int Inum, int *Btyp) |
| Used in Turning canned cycles on profiles (CYCLE TURN ROUGHING) (final STOCK at PP_BEGIN and PP_END) Loads finished profile element in profile buffer. After loading the element, use READ_PROF_point to read element's coordinates. | |
| void | LOAD_stock_elt (int Inum, int *Btyp) |
| loads stock element in profile buffer. Restores element type. Used for Lathe canned cycles. (original stock at PP_BEGIN and PP_END) | |
| void | LOAD_thread_pass (int Inum, int *Btyp) |
| loads a threading pass according to the pass index. Use READ_PART_thread_pass_nb to know number of passes.. | |
Profiles loading
| void LOAD_profile_elt | ( | int | Inum, |
| int * | Btyp ) |
Used in Turning canned cycles on profiles
(CYCLE TURN ROUGHING)
(final STOCK at PP_BEGIN and PP_END)
Loads finished profile element in profile buffer.
After loading the element, use READ_PROF_point to read
element's coordinates.
| [in] | Inum | index of element to be read (1..n) |
| [out] | Btyp | CONST_TOOLPATH_CIRCLE Type of element read. CONST_TOOLPATH_LINE |
| void LOAD_stock_elt | ( | int | Inum, |
| int * | Btyp ) |
loads stock element in profile buffer.
Restores element type.
Used for Lathe canned cycles.
(original stock at PP_BEGIN and PP_END)
| [in] | Inum | index of element to be read (1..n) |
| [out] | Btyp | type of element read. CONST_TOOLPATH_CIRCLE CONST_TOOLPATH_LINE |
| void LOAD_thread_pass | ( | int | Inum, |
| int * | Btyp ) |
loads a threading pass according to the pass index.
Use READ_PART_thread_pass_nb to know number of passes..
| [in] | Inum | index of pass to be read (1..n) |
| [out] | Btyp | CONST_TOOLPATH_LINE type of element read. CONST_TOOLPATH_CIRCLE |