Interface VolumeSizeValuesBDType

All Known Subinterfaces:
PVolumeBDType<S>, PVolumeSizeBDType<S>, VolumeBDType, VolumeSizeBDType, VolumeValuesBDType
All Known Implementing Classes:
PVolumeBD, PVolumeSizeBD, VolumeBD, VolumeSizeBD

public interface VolumeSizeValuesBDType
The size of a volume with BigDecimal coordinates.
  • Method Details

    • sizeX

      @Parameter(order=0) BigDecimal sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) BigDecimal sizeY()
      Returns:
      The size of the area on the Y axis
    • sizeZ

      @Parameter(order=2) BigDecimal sizeZ()
      Returns:
      The size of the area on the Z axis