Class PanoMeasurePluginLine

Hierarchy

  • PanoMeasurePluginLine

Constructors

Properties

distanceItem: {
    appendTo: ((container) => void);
    getCurrentContent: (() => string);
    highlight: (() => void);
    lineID: string;
    ndcPosition: Vector3;
    remove: (() => void);
    setItemSelectable: ((value) => void);
    unHighlight: (() => void);
    update: ((five) => void);
}

Type declaration

  • appendTo: ((container) => void)
      • (container): void
      • Parameters

        • container: Element

        Returns void

  • getCurrentContent: (() => string)
      • (): string
      • 获取内容文本

        Returns string

  • highlight: (() => void)
      • (): void
      • Returns void

  • lineID: string
  • ndcPosition: Vector3
  • remove: (() => void)
      • (): void
      • Returns void

  • setItemSelectable: ((value) => void)
      • (value): void
      • 设置内容是否可选中

        Parameters

        • value: boolean

        Returns void

  • unHighlight: (() => void)
      • (): void
      • Returns void

  • update: ((five) => void)
      • (five): void
      • Parameters

        • five: Five

        Returns void

hook: Subscribe<ILineHook>
id: string
lightMesh: Line
mesh: Line
selected: boolean = false
text?: string
type: "line" = 'line'

Methods