Category Solids and parts, Object ProSolid

Function ProSolidGroupVisit


Description
Visit groups (inlcuding UDFs) in the solid.
Synopsis
#include <ProUdf.h>
ProErrorProSolidGroupVisit(
ProSolid solid
/* (In)
The solid
*/
ProGroupVisitAction visit
/* (In)
The visit function
*/
ProGroupFilterAction filter
/* (In)
The filter function. If NULL, all UDFs are visited using the action function.
*/
ProAppData data
/* (In)
User defined data passed to the visit and filter functions. Can be NULL.
*/
)
Returns
PRO_TK_NO_ERRORAll groups were visited
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo groups exist in the solid
OtherVisiting was terminated by an error from the action function.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Features: Finding Groups
  3. Core: Features: Finding Groups