API Documentation > Interface Classes > Class pfcInterferenceVolume
Class pfcInterferenceVolume

# include <pfcInterference.h>

class
pfcInterferenceVolume
: public virtual
pfcObject
{
xaideclare(pfcInterferenceVolume)
...
};


Description
This class corresponds to an interference between two solid models.
User Guide References:
Method Summary
Enables the user to compute the total volume of the specified array of surfaces which makes up the solid interference.
The surface geometry surrounding the interference volume.
void
Enables the user to highlight the boundaries of the volume of interference.
Method Detail
ComputeVolume
()
Enables the user to compute the total volume of the specified array of surfaces which makes up the solid interference.
Exceptions thrown (but not limited to):
pfcXToolkitBadContext - The interference data contains interference information obtained by including quilts and/or facets.
User Guide References:
Returns:
The total volume of the specified array of surfaces.
void
Highlight
(pfcStdColor Color)
Enables the user to highlight the boundaries of the volume of interference.
User Guide References:
Parameters:
Color
The color in which to display the volume.
Returns:
GetBoundaries
()
The surface geometry surrounding the interference volume.
User Guide References:
Was this helpful?