Category Assembly, Object ProWeld

Function ProWeldGroovedataGet


Description
To get the groove weld specific information.
Synopsis
#include <ProWeld.h>
ProErrorProWeldGroovedataGet(
ProFeature* groove_weld
/* (In)
The groove weld feature
*/
ProWeldGroovedata* groove_data
/* (Out)
A pointer to the ProWeldGroovedata structure provided by the caller.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSgroove_weld is invalid feature handle or groove_data is NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not a weld.
PRO_TK_INVALID_TYPEThe weld is not a groove 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 )