API 설명서 > Assembly > Object ProWeld > Function ProWeldCompoundGet
Function ProWeldCompoundGet
Description
To get the list of welds in a a compound weld.
Synopsis
#include <ProWeld.h>
ProWeldCompoundGet
(
/* (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
weld is invalid feature handle or n_members is NULL pointer or members is NULL pointer or *members is not NULL pointer.
The feature is not weld.
The weld is not compound weld.
Pro/Welding license is not found.
Sample Code References
User Guide References
도움이 되셨나요?