Category Manufacturing, Object ProNcseq

Function ProNcseqToolpathDisplay


Description
Displays the toolpath of the specified NC sequence on the screen.
Synopsis
#include <ProNcseq.h>
ProErrorProNcseqToolpathDisplay(
ProNcseq* seq
/* (In)
The handle to an NC sequence feature
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORThe toolpath display failed.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProFeatureIsNcseq

Manual References:

  1. Production Applications: Manufacturing: Analyzing Manufacturing Features
  2. Production Applications: Manufacturing: Analyzing Manufacturing Features

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )