Description | |||||||||||
Displays the volume of interference between two items (components and/or solid bodies of components/parts). If the inteference data was calculated with included quilts or facets, this API will only show the intersection curves. This is because closed interference volume is not guaranteed in such cases. | |||||||||||
Replacement in Object TOOLKIT: | pfcInterferenceVolume::Highlight | ||||||||||
Synopsis | |||||||||||
#include <ProFit.h> | |||||||||||
ProError | ProFitInterferencevolumeDisplay | ( | |||||||||
ProInterferenceData interf_data | |||||||||||
/* (In) | |||||||||||
The interference data. This is obtained using either ProFitGlobalinterferenceCompute() or ProFitInterferenceCompute(). | |||||||||||
*/ | |||||||||||
ProColortype color | |||||||||||
/* (In) | |||||||||||
The color in which to display the interference between the items. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|