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