Category Assembly, Object ProWeld

Function ProWeldPlugdataGet


Description
To get the plug weld specific information.
Synopsis
#include <ProWeld.h>
ProErrorProWeldPlugdataGet(
ProFeature* plug_weld
/* (In)
The plug weld feature
*/
ProWeldPlugdata* plug_data
/* (Out)
A pointer to the ProWeldPlugdata structure provided by the caller.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSplug_weld is invalid feature handle or plug_data is NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not a weld.
PRO_TK_INVALID_TYPEThe weld is not a plug weld.
PRO_TK_NO_LICENSEPro/Welding license is not found.

Manual References:

  1. Production Applications: Welding: Read Access to Weld Features
  2. Production Applications: Welding: Read Access to Weld Features

Sample Code References:

  1. pt_examples ( TestWeld.c )