Interface VolumeSizeBDType
- All Superinterfaces:
VolumeSizeValuesBDType
- All Known Implementing Classes:
VolumeSizeBD
@Immutable public interface VolumeSizeBDType extends VolumeSizeValuesBDType
The size of a volume with
BigDecimal coordinates.-
Method Details
-
sizeX
@Parameter(order=0) java.math.BigDecimal sizeX()- Specified by:
sizeXin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigDecimal sizeY()- Specified by:
sizeYin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=2) java.math.BigDecimal sizeZ()- Specified by:
sizeZin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Z axis
-