Class Volume


public class Volume extends PotentialCommand
Calculate the surface area and volume using the GaussVol (default) or Connolly algorithm. Usage: ffxc Volume [options] <filename>
  • Field Details

    • totalVolume

      public double totalVolume
      JUnit Testing Variables.
    • totalSurfaceArea

      public double totalSurfaceArea
  • Constructor Details

    • Volume

      public Volume()
    • Volume

      public Volume(FFXBinding binding)
    • Volume

      public Volume(String[] args)
  • Method Details

    • run

      public Volume run()
      Description copied from class: FFXCommand
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.