Category Assembly, Object ProWeld

Function ProWeldRodGet


Description
To provide the feature handle of the rod for the specified weld feature
Synopsis
#include <ProWeld.h>
ProErrorProWeldRodGet(
ProFeature* weld
/* (In)
The weld feature
*/
ProFeature* rod
/* (Out)
The rod feature.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSweld or rod argument is invalid;
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 )