Interface AccuracyModifierOptions

Hierarchy-Diagram

UML class diagram of AccuracyModifierOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

defaultValue?: number

Default value when no accuracy on position.

frameFilter?: ((frame: DataFrame) => boolean)

Type declaration

    • (frame: DataFrame): boolean
    • Frame filter to specify what frames are processed by this node

      Parameters

      Returns boolean

magnitude?: number

Magnitude of the accuracy

name?: string

User friendly name of the node Used for querying a node by its name.

objectFilter?: ((object: DataObject, frame?: DataFrame) => boolean)

Type declaration

    • (object: DataObject, frame?: DataFrame): boolean
    • Object filter to specify what data object are processed by this node

      Parameters

      Returns boolean

offset?: number

Offset to add to the accuracy

offsetUnit?: LengthUnit

Offset unit to use for the offset

Default

LengthUnit.METER

uid?: string

Manually set the unique identifier of the node

value?: number

Fixed value