API Documentation > Miscellaneous > Object ProVolume > Function ProVolumeInterferenceCompute
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>
ProVolumeInterferenceCompute
(
/* (In)
The quilt with which the interefrance should be computed
*/
/* (Out)
pointer to a ProArray (allocated inside) where the interference results will be stored, users need to free the allocated array using ProVolumeInterferenceInfoArrayFree
*/
)
Returns
The function succeeded.
An error is encountered.
The input argument is invalid.
See Also
User Guide References
Was this helpful?