API 文件集 > Miscellaneous > Object ProFit > Function ProFitInterferencevolumeDisplay
Function ProFitInterferencevolumeDisplay
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:
Synopsis
#include <ProFit.h>
ProFitInterferencevolumeDisplay
(
/* (In)
The interference data. This is obtained using either ProFitGlobalinterferenceCompute() or ProFitInterferenceCompute().
*/
/* (In)
The color in which to display the interference between the items.
*/
)
Returns
The function successfully displayed the interference.
Input arguments are invalid.
The interference could not be displayed.
Sample Code References
User Guide References
這是否有幫助?