Description | ||||||||||||||
Visits the surfaces that are included in a given solid volume. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechGeometry.h> | ||||||||||||||
ProError | ProMechsolidSurfaceVisit | ( | ||||||||||||
ProMechSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid volume. | ||||||||||||||
*/ | ||||||||||||||
ProMechsurfaceVisitAction action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action | ||||||||||||||
*/ | ||||||||||||||
ProMechsurfaceFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter action | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the action functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|