Category
Assembly
, Object
ProWeld
Function ProWeldSequenceIdGet
Description
The get the sequence id of a weld feature
Synopsis
#include <
ProWeld.h
>
ProError
ProWeldSequenceIdGet
(
ProFeature
*
weld
/* (In)
The weld feature
*/
int*
sequence_id
/* (Out)
The sequence id of the weld.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTS
weld feature handle is invalid or sequence_id is NULL pointer.
PRO_TK_BAD_CONTEXT
The feature is not a weld.
PRO_TK_NO_LICENSE
Pro/Welding license is not found.
Manual References:
Production Applications: Welding: Read Access to Weld Features
Production Applications: Welding: Read Access to Weld Features
Sample Code References:
pt_examples ( TestWeld.c )
pt_examples ( TestWeld.c )
pt_userguide ( UgWeld.c )