API 文件集 > Miscellaneous > Object ProVolume > Function ProVolumeInterferenceDisplayForBody
Function ProVolumeInterferenceDisplayForBody
Description
This function should be called after ProVolumeInterferenceCompute(). It will display/hide the given solid body's curves and surfaces that interfere with the closed quilt that was selected by user.
Synopsis
#include <ProVolumeIntf.h>
ProVolumeInterferenceDisplayForBody
(
/* (In)
pointer to the interference data for the corresponding component that interferes with the quilt
*/
ProSolidBody* p_body
/* (In)
pointer to the desired solid body in that component
*/
/* (In)
The preferred color for highlighting the ineterference
*/
ProBool hilite
/* (In)
PRO_B_TRUE for displaying or PRO_B_FALSE for hiding the given body's interference geometry.
*/
)
Returns
The function succeeded.
A general error is encountered.
An input argument is invalid.
The given body doesn't interfere with the quilt
這是否有幫助?