API 文件集 > Assembly > Object ProWeld > Function ProWeldFilletdataGet
Function ProWeldFilletdataGet
Description
To get the fillet weld specific information.
Synopsis
#include <ProWeld.h>
ProWeldFilletdataGet
(
ProFeature* fillet_weld
/* (In)
The fillet weld feature
*/
ProWeldFilletdata* fillet_data
/* (Out)
A pointer to the ProWeldFilletdata structure provided by the caller.
*/
)
Returns
fillet_weld is invalid feature handle or fillet_data is NULL pointer.
The feature is not a weld.
The weld is not a fillet weld.
Pro/Welding license is not found.
Sample Code References
這是否有幫助?