Category Assembly, Object ProWeld

Function ProWeldInfoGet


Description
To get weld information
Synopsis
#include <ProWeld.h>
ProErrorProWeldInfoGet(
ProFeature* weld
/* (In)
The weld feature
*/
ProWeldInfo* info
/* (Out)
A pointer to the allocated weld info structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized weld info structure.
PRO_TK_BAD_INPUTSweld feature handle 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 )