Description | ||||||||||||||
Calculates volume of interference between two items (components and/or solid bodies of components/parts) The interference volume can only be calculated if the interference data was obtained by using ProFitInterferenceCompute() or ProFitGlobalinterferenceCompute() without including facets or quilts, that is only for interfering solid geometry. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcInterferenceVolume::ComputeVolume | |||||||||||||
Synopsis | ||||||||||||||
#include <ProFit.h> | ||||||||||||||
ProError | ProFitInterferencevolumeCompute | ( | ||||||||||||
ProInterferenceData interf_data | ||||||||||||||
/* (In) | ||||||||||||||
The interference data. This is obtained using either ProFitGlobalinterferenceCompute() or ProFitInterferenceCompute(). | ||||||||||||||
*/ | ||||||||||||||
double* volume | ||||||||||||||
/* (Out) | ||||||||||||||
The volume of interference between the items. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|