Category
Manufacturing
, Object
ProMfgoper
Function ProMfgoperToolpathDisplay
Description
Displays the toolpath of the manufacturing operation on the screen.
Synopsis
#include <
ProMfgoper.h
>
ProError
ProMfgoperToolpathDisplay
(
ProMfgoper
*
oper
/* (In)
The handle to a manufacturing operation 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.
Manual References:
Production Applications: Manufacturing: Analyzing Manufacturing Features
Production Applications: Manufacturing: Analyzing Manufacturing Features
Sample Code References:
pt_examples ( TestMfgOper.c )