Enum MeasurementPrecision

  • All Implemented Interfaces:

    
    public enum MeasurementPrecision
    
                        

    Number of decimal points for annotation float value rounding.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      WHOLE

      For example: "1"

      ONE_DP

      For example: "0.1"

      TWO_DP

      For example: "0.01"

      THREE_DP

      For example: "0.001"

      FOUR_DP

      For example: "0.0001"

      WHOLE_INCH

      Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1 in"

      HALVES_INCH

      Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1/2 in"

      QUARTERS_INCH

      Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1/4 in"

      EIGHTHS_INCH

      Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1/8 in"

      SIXTEENTHS_INCH

      Available for inches, feet, and yards output units. See: Scale.UnitTo. Provides fractional precision for inches: "1 ft 1/16 in"