Category Manufacturing, Object ProMfgoper

Function ProMfgoperToolpathDisplay


Description
Displays the toolpath of the manufacturing operation on the screen.
Synopsis
#include <ProMfgoper.h>
ProErrorProMfgoperToolpathDisplay(
ProMfgoper* oper
/* (In)
The handle to a manufacturing operation 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.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestMfgOper.c )