Library | Module

Interface IpfcInterferenceVolume



Description

This class corresponds to an interference between two solid models.
Direct Parent Classes:
IpfcObject



Property Summary

PropertyBoundariesas IpfcSurfaceDescriptors
The surface geometry surrounding the interference volume.



Method Summary

FunctionComputeVolume () as Double
Enables the user to compute the total volume of the specified array of surfaces which makes up the solid interference.
SubHighlight (Color as IpfcStdColor)
Enables the user to highlight the boundaries of the volume of interference.



Property Detail


PropertyBoundariesas IpfcSurfaceDescriptors

The surface geometry surrounding the interference volume.





Method Detail


FunctionComputeVolume () as Double

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):

IpfcXToolkitBadContext - The interference data contains interference information obtained by including quilts and/or facets.


Returns:
The total volume of the specified array of surfaces.



SubHighlight (Color as IpfcStdColor)

Enables the user to highlight the boundaries of the volume of interference.
Parameters:
Color
The color in which to display the volume.