Category Assembly, Object ProWeld

Function ProWeldRodNameGet


Description
To get the name of a weld rod
Synopsis
#include <ProWeld.h>
ProErrorProWeldRodNameGet(
ProFeature* rod
/* (In)
The weld rod feature handle
*/
ProName name
/* (Out)
The rod name
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSrod feature handle is invalid.
PRO_TK_BAD_CONTEXTThe feature is not a weld rod.
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 )