Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Measurement

Describes a measurement of an inspection plan part. A measurement is composed of measurement values that are associated to characteristics. The characteristics are the children of the part to which the measurement is associated.

Hierarchy

  • Measurement

Implements

Index

Constructors

Private constructor

Properties

Private _values

_values: Map<string, MeasurementValue>

attributes

Gets the attributes of this measurement.

Private measurementId

measurementId: string

Private partId

partId: string

Accessors

allMeasurementValues

  • Returns an iter over all values that are associated to this measurement. In case you fetched the measurements without values, the set is empty.

    Returns Iter<MeasurementValue>

valueCount

  • get valueCount(): number
  • Gets the number of measurement values associated to this measurement.

    Returns number

Methods

findValueByEntity

  • Returns the measurement value that is associated to the specified characteristic or undefined if the measurement contains no such measurement value.

    Parameters

    Returns MeasurementValue

Private first

Private getMeasurementGuid

  • getMeasurementGuid(): string
  • Returns string

Private getPartGuid

  • getPartGuid(): string
  • Returns string

Generated using TypeDoc