Object ProVolume

Function ProVolumeInterferenceInfoArrayFree


Description
This function frees the memory that was allocated by ProVolumeInterferenceCompute(). Call this API to remove the interference highlighted by the function ProVolumeInterferenceDisplay(). This function also refreshes the screen. This API is supported in DLL mode only.
Synopsis
#include <ProVolumeIntf.h>
ProErrorProVolumeInterferenceInfoArrayFree(
ProVolumeInterferenceInfo* p_intf_infos
/* (In)
pointer to the interference data array that is no longer needed and should be freed.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORA general error is encountered.
PRO_TK_BAD_INPUTSPointer to the interference data array is invalid.

Manual References:

  1. Core: 3D Geometry: Interference