Category Manufacturing, Object ProClcmd

Function ProClcmdElemRemove


Description
Removes the specified CL command element, given its data.
Synopsis
#include <ProClcmdElem.h>
ProErrorProClcmdElemRemove(
ProElement feat_elem_tree
/* (In)
The element tree of the customized (build path) feature
*/
wchar_t** commd_lines
/* (In)
The array of command lines
*/
int num_lines
/* (In)
The number of 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
/* (In)
The element to remove
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the element.
OtherThe function failed.

Sample Code References:

  1. pt_examples ( TestClCmd.c )