Category
Assembly
, Object
ProWeld
Function ProWeldInfoGet
Description
To get weld information
Synopsis
#include <
ProWeld.h
>
ProError
ProWeldInfoGet
(
ProFeature
*
weld
/* (In)
The weld feature
*/
ProWeldInfo
*
info
/* (Out)
A pointer to the allocated weld info structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized weld info structure.
PRO_TK_BAD_INPUTS
weld feature handle is invalid.
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 )