Object ProInterference

Function ProInterferenceInfoProarrayFree


Description
Free the interference information obtained using ProFitGlobalinterferenceCompute().
Synopsis
#include <ProFit.h>
ProErrorProInterferenceInfoProarrayFree(
ProInterferenceInfo* interf_info
/* (In)
The ProArray of interference information.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSInput arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_userguide ( UgGeomInterferCheck.c )