Category
Manufacturing
, Object
ProNcseq
Function ProNcseqToolpathDisplay
Description
Displays the toolpath of the specified NC sequence on the screen.
Synopsis
#include <
ProNcseq.h
>
ProError
ProNcseqToolpathDisplay
(
ProNcseq
*
seq
/* (In)
The handle to an NC sequence feature
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_GENERAL_ERROR
The toolpath display failed.
PRO_TK_BAD_INPUTS
The argument is invalid.
See Also
ProFeatureIsNcseq
Manual References:
Production Applications: Manufacturing: Analyzing Manufacturing Features
Production Applications: Manufacturing: Analyzing Manufacturing Features
Sample Code References:
pt_examples ( UtilMfgNew.c )