Category Assembly, Object ProWeld

Function ProWeldSpotdataGet


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