| 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> |
| ProError | ProVolumeInterferenceBodiesGet | ( |
| ProVolumeInterferenceData interf_data | |
| /*
(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 |
|
|