API 文件集 > Solids and parts > Object ProSolid > Function ProSolidXsecVisit
Function ProSolidXsecVisit
Description
Visit all cross-sections in the specified solid. This function visits only "named" cross sections.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProSolidXsecVisit
(
ProSolid solid
/* (In)
The solid handle
*/
/* (In)
The visiting function; visiting stops if this function does not return PRO_TK_NO_ERROR.
*/
ProAppData caller_data
/* (In)
Application data passed to the visit function
*/
)
Returns
Cross-sections successfully visited.
One or more input arguments was invalid.
Model doesn't have cross-sections.
Other
Value returned by the action function; visiting stops.
Sample Code References
這是否有幫助?