Class DrawCurveDto<T> (Inputs.Verb)
Constructors
constructor
new DrawCurveDto<T>( curve?: any, opacity?: number, colours?: string | string[], size?: number, updatable?: boolean, curveMesh?: T,): DrawCurveDto<T> Parameters
Optionalcurve: anyOptionalopacity: numberOptionalcolours: string | string[]Optionalsize: numberOptionalupdatable: booleanOptionalcurveMesh: T
Properties
curve
curve: any
opacity
opacity: number
colours
colours: string | string[]
size
size: number
updatable
updatable: boolean
OptionalcurveMesh
Provide options without default values