Category Assembly, Object ProWeld

Function ProWeldCompoundGet


Description
To get the list of welds in a a compound weld.
Synopsis
#include <ProWeld.h>
ProErrorProWeldCompoundGet(
ProFeature* weld
/* (In)
The weld feature
*/
ProFeature** members
/* (Out)
A ProArray, allocated by the function, of weld features that belong to the weld.
*/
int* n_members
/* (Out)
The number of welds in the compound.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSweld is invalid feature handle or n_members is NULL pointer or members is NULL pointer or *members is not NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not weld.
PRO_TK_E_NOT_FOUNDThe weld is not compound 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 )