Category Assembly, Object ProWeld

Function ProWeldTypeGet


Description
The get the type and subtype of the weld
Synopsis
#include <ProWeld.h>
ProErrorProWeldTypeGet(
ProFeature* weld
/* (In)
The weld feature
*/
ProWeldtype* type
/* (Out)
The weld type
*/
ProWeldsubtype* subtype
/* (Out)
The weld subtype, NULL is allowed if not interested.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSweld feature handle is invalid or type 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 )