Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawSurfacesDto

Index

Constructors

constructor

  • new DrawSurfacesDto<T>(surfaces?: any[], opacity?: number, colours?: string | string[], updatable?: boolean, hidden?: boolean, surfacesMesh?: T): DrawSurfacesDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional surfaces: any[]
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional updatable: boolean
    • Optional hidden: boolean
    • Optional surfacesMesh: T

    Returns DrawSurfacesDto<T>

Properties

colours

colours: string | string[]

Hex colour string

hidden

hidden: boolean

Should be hidden

opacity

opacity: number

Value between 0 and 1

surfaces

surfaces: any[]

Nurbs surfaces

Optional surfacesMesh

surfacesMesh: T

Surfaces mesh variable in case it already exists and needs updating

updatable

updatable: boolean

Indicates wether the position of these surfaces will change in time

Generated using TypeDoc