Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • DrawSurfaceDto

Index

Constructors

constructor

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

    Type parameters

    • T

    Parameters

    • Optional surface: any
    • Optional opacity: number
    • Optional colours: string | string[]
    • Optional updatable: boolean
    • Optional hidden: boolean
    • Optional surfaceMesh: T

    Returns DrawSurfaceDto<T>

Properties

colours

colours: string | string[]

Hex colour string

hidden

hidden: boolean

Should be hidden

opacity

opacity: number

Value between 0 and 1

surface

surface: any

Nurbs surface

Optional surfaceMesh

surfaceMesh: T

Surface mesh variable in case it already exists and needs updating

updatable

updatable: boolean

Indicates wether the position of this surface will change in time

Generated using TypeDoc