Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawCurvesDto

Index

Constructors

constructor

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

    Type parameters

    • T

    Parameters

    • Optional curves: any[]
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional size: number
    • Optional updatable: boolean
    • Optional curvesMesh: T

    Returns DrawCurvesDto<T>

Properties

colours

colours: string | string[]

Hex colour string

curves

curves: any[]

Nurbs curves

Optional curvesMesh

curvesMesh: 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 polyline will change in time

Generated using TypeDoc