API Documentation > Assembly > Object ProWeld > Function ProWeldSlotdataGet
Function ProWeldSlotdataGet
Description
To get the slot weld specific information.
Synopsis
#include <ProWeld.h>
ProWeldSlotdataGet
(
ProFeature* slot_weld
/* (In)
The slot weld feature
*/
ProWeldSlotdata* slot_data
/* (Out)
A pointer to the ProWeldSlotdata structure provided by the caller.
*/
)
Returns
slot_weld is invalid feature handle or slot_data is NULL pointer.
The feature is not a weld.
The weld is not a slot weld.
Pro/Welding license is not found.
Sample Code References
User Guide References
Was this helpful?