Object ProVolume

Function ProVolumeInterferenceBodiesGet


Description
This function should be called after ProVolumeInterferenceCompute(). Given the interference data of a component part, it obtains the set of that part's solid bodies which participate in the interference.
Synopsis
#include <ProVolumeIntf.h>
ProErrorProVolumeInterferenceBodiesGet(
ProVolumeInterferenceData interf_data
/* (In)
pointer to the interference data for the corresponding component that interferes with the quilt
*/
ProSolidBody** r_bodies
/* (Out)
pointer to the array of ProSolidBody structures which is allocated by the function (as ProArray); may not be NULL
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORA general error is encountered.
PRO_TK_BAD_INPUTSAn argument is invalid.
PRO_TK_E_NOT_FOUNDCould not find any valid bodies in the supplied data

Manual References:

  1. Core: 3D Geometry: Interference
  2. Core: 3D Geometry: Interference
  3. Migrating to the Multibody Environment: Overview