Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawCurveDto

Index

Constructors

constructor

  • new DrawCurveDto<T>(curve?: any, opacity?: number, colours?: string | string[], size?: number, updatable?: boolean, curveMesh?: T): DrawCurveDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional curve: any
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional size: number
    • Optional updatable: boolean
    • Optional curveMesh: T

    Returns DrawCurveDto<T>

Properties

colours

colours: string | string[]

Hex colour string

curve

curve: any

Nurbs curve

Optional curveMesh

curveMesh: T

Curve mesh variable in case it already exists and needs updating

opacity

opacity: number

Value between 0 and 1

size

size: number

Width of the polyline

updatable

updatable: boolean

Indicates wether the position of this curve will change in time

Generated using TypeDoc