GO2cam Pascal API

Functions

void lcycPOINT_REF (int ival, double *point)
 Read the coordinates of one of the points that have been
selected in LATHE toolpath.
 

Detailed Description

Lathe functions

Function Documentation

◆ lcycPOINT_REF()

void lcycPOINT_REF ( int ival,
double * point )

Read the coordinates of one of the points that have been
selected in LATHE toolpath.

Version
4.5
Parameters
[in]ivalPoint index to read
[out]pointPoint coordinates
PCALL(lcycPOINT_REF,1,pt);
void lcycPOINT_REF(int ival, double *point)
Read the coordinates of one of the points that have been selected in LATHE toolpath.
Definition pa_cyc03.c:39