Category Solids and parts, Object ProSolid

Function ProSolidGroupsCollect


Description
Collect groups (including UDFs) in the solid.
Replacement in Object TOOLKIT: pfcSolid::ListGroups
Synopsis
#include <ProUdf.h>
ProErrorProSolidGroupsCollect(
ProSolid solid
/* (In)
The solid
*/
ProGroup** groups
/* (Out)
ProArray of groups. Free this memory using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
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