Category Assembly, Object ProWeld

Function ProWeldSequenceIdGet


Description
The get the sequence id of a weld feature
Synopsis
#include <ProWeld.h>
ProErrorProWeldSequenceIdGet(
ProFeature* weld
/* (In)
The weld feature
*/
int* sequence_id
/* (Out)
The sequence id of the weld.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSweld feature handle is invalid or sequence_id is NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not a 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 )
  2. pt_examples ( TestWeld.c )
  3. pt_userguide ( UgWeld.c )