bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class DrawCurveDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

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

      Returns DrawCurveDto<T>

    Properties

    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