Category
Mechanica
, Object
ProMechweld
Function ProMechweldTypeGet
Description
Obtains the type of the weld.
Synopsis
#include <
ProMechWeld.h
>
ProError
ProMechweldTypeGet
(
ProMechItem
*
item
/* (In)
The weld.
*/
ProMechWeldType
*
type
/* (Out)
The type.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_BAD_CONTEXT
The Creo Simulate session was not initialized.
PRO_TK_NO_LICENSE
No license was available to enable this function.
Manual References:
Creo Simulate: Items: Welds
Creo Simulate: Items: Welds
Sample Code References:
pt_mech_examples ( PTMechExItemInfo.c )