Skip to content

W24Size

Abstract Base Class for the Sizes.

Attributes:

blurb: A blurb for human consumption.

size_type: The type of size for deserialization.

nominal_size: The unit-less nominal size. The unit is attached to the parent object, which also defines the toleration.

unit: Unit of the measure if known. This should typically be inch or millimeter. In some cases it might be possible that the units are unknown.

Properties

  • blurb (string)

  • size_type: Refer to #/definitions/W24SizeType.

  • nominal_size (number)

  • unit: Refer to #/definitions/W24UnitLength.

Definitions

- W24SizeType (string): Enumeration class for W24 size types.
Attributes:

NOMINAL (str): Nominal size type. DIAMETER (str): Diameter size type. WIDTH_ACROSS_FLATS (str): Width across flats size type. Must be one of: ['NOMINAL', 'DIAMETER', 'SPHERICAL_DIAMETER', 'WIDTHS_ACROSS_FLATS', 'SQUARE'].

  • W24UnitLength (string): Enum of the supported length units . Must be one of: ['METER', 'DECIMETER', 'CENTIMETER', 'MILLIMETER', 'FOOT', 'INCH', 'MICRO_INCH'].