API 설명서 > Assembly > Object ProWeld > Function ProWeldSpotdataGet
Function ProWeldSpotdataGet
Description
To get the spot weld specific information.
Synopsis
#include <ProWeld.h>
ProWeldSpotdataGet
(
ProFeature* spot_weld
/* (In)
The spot weld feature
*/
ProWeldSpotdata* spot_data
/* (Out)
A pointer to the ProWeldSpotdata structure provided by the caller.
*/
)
Returns
spot_weld is invalid feature handle or spot_data is NULL pointer.
The feature is not a weld.
The weld is not a spot weld.
Pro/Welding license is not found.
Sample Code References
User Guide References
도움이 되셨나요?