Class DimensionLineManager

Manager for dimension lines, which can be used to display certain dimensions like object sizes in the scene

Hierarchy

  • DimensionLineManager

Properties

DIMENSION_LINE_KEY: "$dimLine" = '$dimLine'

Methods

  • Create dimension line between two points.
    Already existing dimension line gets updated in place, which is useful for dynamic operations like dragging.

    Parameters

    Returns void

  • Remove all dimension lines that have been created with the DimensionLineManager

    Parameters

    • Optional groups: string[]

      if set, only dimension lines which are part of these groups will be removed
      if left undefined, ALL dimension lines will be removed

    Returns void

  • Remove dimension line and disposes all associated ressources

    Parameters

    • name: string

    Returns void

Generated using TypeDoc