Description | |||||||||||||||||
To get the list of welds in a a compound weld. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProWeld.h> | |||||||||||||||||
ProError | ProWeldCompoundGet | ( | |||||||||||||||
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 | |||||||||||||||||
|