Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DrawCurvesDto

Index

Constructors

constructor

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

    Parameters

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

    Returns DrawCurvesDto

Properties

colours

colours: string | string[]

Hex colour string

curves

curves: any[]

Nurbs curves

Optional curvesMesh

curvesMesh: GreasedLineMesh

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