MeasurementPrecision

Number of decimal points for annotation float value rounding.

Entries

Link copied to clipboard

For example: "1"

Link copied to clipboard

For example: "0.1"

Link copied to clipboard

For example: "0.01"

Link copied to clipboard

For example: "0.001"

Link copied to clipboard

For example: "0.0001"

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
Returns a MeasurementPrecision based on the display string passed or null if it can't be found.
Link copied to clipboard
Returns a formatted version of the enum to be used for UI selectors or other display purposes.
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.