Function ProCompositePlyVisit
Description
Visits all the plies in the specified composite solid.
Synopsis
#include <ProComposite.h>
ProCompositePlyVisit
(
ProSolid composite
/* (In)
The composite solid handle.
*/
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
/* (In)
The filter function. If NULL, all features in the specified solid are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data passed to the filter and action functions.
*/
)
Returns
The function successfully visited all the plies.
Either no ply 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
Est-ce que cela a été utile ?