GO2cam Pascal API

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..
 

Detailed Description

Profiles loading

Function Documentation

◆ LOAD_profile_elt()

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.

Parameters
[in]Inumindex of element to be read (1..n)
[out]BtypCONST_TOOLPATH_CIRCLE Type of element read.
CONST_TOOLPATH_LINE
PCALL(LOAD_profile_elt,I,btyp);
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_E...
Definition pp_pas33.c:74
See also
READ_PART_profile_elt_number, READ_PROF_point

◆ LOAD_stock_elt()

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)

Parameters
[in]Inumindex of element to be read (1..n)
[out]Btyptype of element read.
CONST_TOOLPATH_CIRCLE
CONST_TOOLPATH_LINE
PCALL(LOAD_stock_elt,I,btyp);
void LOAD_stock_elt(int Inum, int *Btyp)
loads stock element in profile buffer. Restores element type. Used for Lathe canned cycles....
Definition pp_pas33.c:29
See also
READ_PART_stock_elt_number, READ_PROF_point

◆ LOAD_thread_pass()

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..

Parameters
[in]Inumindex of pass to be read (1..n)
[out]BtypCONST_TOOLPATH_LINE type of element read.
CONST_TOOLPATH_CIRCLE
Remarks
not available on chained threading cycle
PCALL(LOAD_thread_pass,I,btyp);
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 ...
Definition pp_pas33.c:121
See also
READ_PART_thread_pass_nb, READ_PROF_startpoint, READ_PROF_point