Category Solids and parts, Object ProSolid

Function ProSolidBodySurfaceVisit


Description
Visits surface in a body
Synopsis
#include <ProSolidBody.h>
ProErrorProSolidBodySurfaceVisit(
ProSolidBody* body
/* (In)
body
*/
ProSurfaceVisitAction visit_action
/* (In)
action function
*/
ProAppData app_data
/* (In)
application data.
*/
)
Returns
PRO_TK_NO_ERRORFunction is successful. PRO_TK_E_NOT_FOUND- There are no surfaces in specified body.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Techniques of Conversion and Mixing
  2. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  3. Geometry Traversal: To Walk Through the Geometry of a Block
  4. Assembly: Basic Assembly Access: Structure of Assemblies and Assembly Objects
  5. Core: 3D Geometry: Visiting Solid Geometry
  6. Core: 3D Geometry: Visiting Solid Geometry
  7. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  8. Migrating to the Multibody Environment: Overview
  9. Core: Solid Body: Creating a Body
  10. Core: Solid Body: Creating a Body

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_examples ( UtilCollect.c )
  3. pt_examples ( UtilCollect.c )
  4. pt_userguide ( UgGtolCreate.c )