API 설명서 > Assembly > Object ProAsmcomppath > Function ProAsmcomppathDispCurveVisit
Function ProAsmcomppathDispCurveVisit
Description
Visits all the displayed datum curves in the solid handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomppath.h>
ProAsmcomppathDispCurveVisit
(
/* (In)
The solid handle's assembly component path.
*/
ProSolid handle
/* (In)
The solid handle. Passed in for performance reasons.
*/
ProCurveFilterAction filter_action
/* (In)
The filter function. If NULL, visits all items using the action function.
*/
ProCurveVisitAction visit_action
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the items.
Either no displayed datum curves exist, or they were all filtered out by the filter function.
Other
Any other value is the value returned by the action function (visiting stopped).
User Guide References
도움이 되셨나요?