Function ProClcmdElemCreate
Description
Allocates and sets up a CL command element.
Synopsis
#include <ProClcmdElem.h>
ProClcmdElemCreate
(
wchar_t** commd_lines
/* (In)
The array of command lines
*/
int num_lines
/* (In)
The number command lines in the commd_lines array
*/
ProVector commd_loc
/* (In)
The XYZ coordinates of the CL command in the NC sequence coordinate system
*/
ProVector commd_axis
/* (In)
The tool axis in the location
*/
ProElement* r_ncl_cmd_elem
/* (Out)
The pointer to the CL command element
*/
)
Returns
The function successfully allocated the CL command element.
One or more of the input arguments are invalid.
Sample Code References
これは役に立ちましたか?