Category Assembly, Object ProWeld

Function ProWeldSlotdataGet


Description
To get the slot weld specific information.
Synopsis
#include <ProWeld.h>
ProErrorProWeldSlotdataGet(
ProFeature* slot_weld
/* (In)
The slot weld feature
*/
ProWeldSlotdata* slot_data
/* (Out)
A pointer to the ProWeldSlotdata structure provided by the caller.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSslot_weld is invalid feature handle or slot_data is NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not a weld.
PRO_TK_INVALID_TYPEThe weld is not a slot 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 )