API 文件集 > Mechanica > Object ProMechedge > Function ProMechedgeContourVisit
Function ProMechedgeContourVisit
Description
Visits the contours that contain this edge.
Licensing Requirement
Synopsis
ProMechedgeContourVisit
(
/* (In)
The edge.
*/
/* (In)
The visit action
*/
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
No contours were found to visit because the edge is not a part of any surface's contours.
Other
Error return from the visit action.
這是否有幫助?