Category Assembly, Object ProWeld

Function ProWeldIntermittenceGet


Description
To get weld intermittence information
Synopsis
#include <ProWeld.h>
ProErrorProWeldIntermittenceGet(
ProFeature* weld
/* (In)
The weld feature
*/
ProStandard standard
/* (In)
PROSTANDARD_ISO or PROSTANDARD_ANSI
*/
ProWeldIntermittence* intermittence
/* (Out)
A pointer to allocated weld intermittence structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the intermittence structure.
PRO_TK_BAD_INPUTSweld feature handle is invalid or intermittence is NULL pointer.
PRO_TK_BAD_CONTEXTThe feature is not a weld.
PRO_TK_E_NOT_FOUNDThe weld is not intermittent.
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 )