Documentación de la API > Miscellaneous > Object ProVolume > Function ProVolumeInterferenceBodiesGet
Function ProVolumeInterferenceBodiesGet
Description
This function should be called after ProVolumeInterferenceCompute(). Given the interference data of a component part, it obtains the set of that part's solid bodies which participate in the interference.
Synopsis
#include <ProVolumeIntf.h>
ProVolumeInterferenceBodiesGet
(
/* (In)
pointer to the interference data for the corresponding component that interferes with the quilt
*/
ProSolidBody** r_bodies
/* (Out)
pointer to the array of ProSolidBody structures which is allocated by the function (as ProArray); may not be NULL
*/
)
Returns
The function succeeded.
A general error is encountered.
An argument is invalid.
Could not find any valid bodies in the supplied data
User Guide References
¿Fue esto útil?