Library | Package Java Toolkit

Interface InterferenceVolume

package com.ptc.pfc.pfcInterference;

public interface InterferenceVolume
  extends com.ptc.pfc.pfcObject.Object



Description

This class corresponds to an interference between two solid models.



Method Summary
doubleComputeVolume ()
    Enables the user to compute the total volume of the specified array of surfaces which makes up the solid interference.
SurfaceDescriptorsGetBoundaries ()
    Get method for attribute "Boundaries"
    The surface geometry surrounding the interference volume.
voidHighlight (StdColor Color)
    Enables the user to highlight the boundaries of the volume of interference.

Method Detail

ComputeVolume

doubleComputeVolume ()


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

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


Manual References:
Geometry Evaluation: Analyzing Interference Volume, Geometry Evaluation: Analyzing Interference Volume
Returns:
The total volume of the specified array of surfaces.


Highlight

voidHighlight (StdColor Color)


    Enables the user to highlight the boundaries of the volume of interference.
Manual References:
Geometry Evaluation: Analyzing Interference Volume, Geometry Evaluation: Analyzing Interference Volume
Parameters:
Color
The color in which to display the volume.
Returns:


GetBoundaries

SurfaceDescriptorsGetBoundaries ()


    The surface geometry surrounding the interference volume.
Manual References:
Geometry Evaluation: Analyzing Interference Volume