Category Solids and parts, Object ProSolid

Function ProSolidQuiltVisit


Description
Visits all the quilts in the specified solid.
Replacement in Object TOOLKIT: wfcWSolid::VisitItems
Synopsis
#include <ProSolid.h>
ProErrorProSolidQuiltVisit(
ProSolid p_handle
/* (In)
The solid handle.
*/
ProQuiltVisitAction visit_action
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
ProQuiltFilterAction filter_action
/* (In)
The filter function. If NULL, all quilts are visited using the action function.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited all the quilts.
PRO_TK_E_NOT_FOUNDEither no quilts exist, or they were all filtered out by the filter function.
OtherAny other value is the value returned by the action function (visiting stopped).

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Annotations: Designated Area Feature: Introduction to Designated Area Feature
  3. Element Trees: ECAD Area Feature: Introduction to ECAD Area Feature
  4. Core: 3D Geometry: Visiting Solid Geometry
  5. Core: 3D Geometry: Visiting Solid Geometry
  6. Core: Solids, Parts, and Materials: Contents of a Solid
  7. Core: Solids, Parts, and Materials: Contents of a Solid

Sample Code References:

  1. pt_autoaxis ( AutoAxis.c )
  2. pt_examples ( UtilCollect.c )