API 설명서 > Manufacturing > Object ProCl > Callback ProClCommandGetLocAction
Callback ProClCommandGetLocAction
Description
Gets the location of the specified CL command.
Synopsis
#include <ProClCmd.h>
(*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
The function found the specified CL command and return its location.
The function did not find the specified CL command.
User Guide References
도움이 되셨나요?