Category Solids and parts, Object ProSolid

Function ProSolidBodiesCollect


Description
Collect all bodies in the solid.
Synopsis
#include <ProSolidBody.h>
ProErrorProSolidBodiesCollect(
ProSolid sld
/* (In)
visit bodies of this solid
*/
ProSolidBody** bodies
/* (Out)
ProArray of ProSolidBody
*/
)
Returns
PRO_TK_NO_ERRORAPI returned bodies.
PRO_TK_BAD_INPUTSNULL or invalid inputs .

Manual References:

  1. Geometry Traversal: Overview
  2. Migrating to the Multibody Environment: Overview
  3. Migrating to the Multibody Environment: Impact on Existing APIs
  4. Core: Solid Body: Creating a Body
  5. 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 )