API 文档 > Miscellaneous > Object ProVolume > Function ProVolumeInterferenceDisplay
Function ProVolumeInterferenceDisplay
Description
This function should be called after ProVolumeInterferenceCompute(). It will display/hide the curves and surfaces that interfere with the closed quilt that was selected by user.
Synopsis
#include <ProVolumeIntf.h>
ProVolumeInterferenceDisplay
(
/* (In)
pointer to the interference data for the corresponding component that interfere with the quilt
*/
/* (In)
The preferred color for highlighting the ineterference
*/
ProBool hilite
/* (In)
PRO_B_TRUE for displaying or PRO_B_FALSE for hiding the current component interference data.
*/
)
Returns
The function succeeded.
A general error is encountered.
The input argument is invalid.
这对您有帮助吗?