Class Draw3dPolyline

Hierarchy

  • Draw3dPolyline

Constructors

Properties

cursor: Entity
cursorPos: Cartesian3
draggingPoint: PolylinePoint
events: ScreenSpaceEventHandler
finishElement: HTMLElement
hideLine: boolean = false
onChange: ((points) => void)

Type declaration

    • (points): void
    • Parameters

      • points: Cartesian3[]

      Returns void

onFinish: ((points) => void)

Type declaration

    • (points): void
    • Parameters

      • points: Cartesian3[]

      Returns void

perPositionHeight: boolean = false
points: PolylinePoint[] = []
polyline: Entity
renderEventRemoval: (() => void)

Type declaration

    • (): void
    • Returns void

smoothing: boolean = false
viewer: Viewer

Methods

Generated using TypeDoc