Category Assembly, Object ProWeld

Function ProWeldFilletdataGet


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