Bitbybit Docs
    Bereite Suchindex vor...

    Klasse DrawCurveDto<T> (Inputs.Verb)

    Typenparameter

    • T
    Index

    Konstruktoren

    • Provide options without default values

      Typenparameter

      • T

      Parameter

      • Optionalcurve: any
      • Optionalopacity: number
      • Optionalcolours: string | string[]
      • Optionalsize: number
      • Optionalupdatable: boolean
      • OptionalcurveMesh: T

      Rückgabewert DrawCurveDto<T>

    Eigenschaften

    curve: any

    Nurbs curve

    opacity: number

    Value between 0 and 1

    colours: string | string[]

    Hex colour string

    size: number

    Width of the polyline

    updatable: boolean

    Indicates wether the position of this curve will change in time

    curveMesh?: T

    Curve mesh variable in case it already exists and needs updating