Documentación de la API > Miscellaneous > Object ProFit > Function ProFitInterferencevolumeCompute
Function ProFitInterferencevolumeCompute
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:
Synopsis
#include <ProFit.h>
ProFitInterferencevolumeCompute
(
/* (In)
The interference data. This is obtained using either ProFitGlobalinterferenceCompute() or ProFitInterferenceCompute().
*/
double* volume
/* (Out)
The volume of interference between the items.
*/
)
Returns
The function successfully computed the volume.
Input arguments are invalid.
The volume could not be computed.
The interference data contains interference information obtained by including quilts and/or facets.
Sample Code References
User Guide References
¿Fue esto útil?