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

    Class DrawCurvesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Provide options without default values

      Type Parameters

      • T

      Parameters

      • Optionalcurves: any[]
      • Optionalopacity: number
      • Optionalcolours: string | string[]
      • Optionalsize: number
      • Optionalupdatable: boolean
      • OptionalcurvesMesh: T

      Returns DrawCurvesDto<T>

    Properties

    curves: any[]

    Nurbs curves

    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 polyline will change in time

    curvesMesh?: T

    Curve mesh variable in case it already exists and needs updating