Category Manufacturing, Object ProCl

Callback ProClCommandGetLocAction


Description
Gets the location of the specified CL command.
Synopsis
#include <ProClCmd.h>
ProBoolean(*ProClCommandGetLocAction)(
ProFeature* pro_feat
/* (In)
The feature
*/
wchar_t* command[512]
/* (In)
The CL command whose location to get
*/
int num_cmd_lines
/* (In)
The number of lines in the CL command
*/
ProPoint3d location
/* (Out)
The location
*/
)
Returns
PRO_B_TRUEThe function found the specified CL command and return its location.
PRO_B_FALSEThe function did not find the specified CL command.

Manual References:

  1. Event-driven Programming: Notifications: CL Command Events