Object ProVolume

Function ProVolumeInterferenceCompute


Description
This function computes volume interference of the selected closed quilt with the assembly as it is done in the Volume Interference UI.
Synopsis
#include <ProVolumeIntf.h>
ProErrorProVolumeInterferenceCompute(
ProSelection quilt
/* (In)
The quilt with which the interefrance should be computed
*/
ProVolumeInterferenceInfo** p_intf_infos
/* (Out)
pointer to a ProArray (allocated inside) where the interference results will be stored, users need to free the allocated array using ProVolumeInterferenceInfoArrayFree
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORAn error is encountered.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProVolumeInterferenceInfoArrayFree

Manual References:

  1. Core: 3D Geometry: Interference
  2. Core: 3D Geometry: Interference