Description | ||||||||
Creates (allocates and initializes) a new peck table handle from the user-specified data.
NOTE: If you specify a feed rate value of less than zero, that cell will be left blank. |
||||||||
Synopsis | ||||||||
#include <ProPecktable.h> | ||||||||
ProError | ProPecktableCreate | ( | ||||||
ProPecktableData* pt_data | ||||||||
/* (In) | ||||||||
The user-specified peck table data | ||||||||
*/ | ||||||||
ProPecktable* r_peck_table | ||||||||
/* (Out) | ||||||||
The handle to the peck table that was created | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|