API 文件集 > Assembly > Object ProWeld > Function ProWeldIntermittenceGet
Function ProWeldIntermittenceGet
Description
To get weld intermittence information
Synopsis
#include <ProWeld.h>
ProWeldIntermittenceGet
(
/* (In)
The weld feature
*/
ProStandard standard
/* (In)
*/
ProWeldIntermittence* intermittence
/* (Out)
A pointer to allocated weld intermittence structure.
*/
)
Returns
The function successfully initialized the intermittence structure.
weld feature handle is invalid or intermittence is NULL pointer.
The feature is not a weld.
The weld is not intermittent.
Pro/Welding license is not found.
Sample Code References
這是否有幫助?