Klasse DrawPointsDto<T> (Inputs.Point)
Konstruktoren
constructor
new DrawPointsDto<T>( points?: Point3[], opacity?: number, size?: number, colours?: string | string[], updatable?: boolean, pointsMesh?: T,): DrawPointsDto<T> Parameter
Optionalpoints: Point3[]Optionalopacity: numberOptionalsize: numberOptionalcolours: string | string[]Optionalupdatable: booleanOptionalpointsMesh: T
Eigenschaften
points
opacity
opacity: number
size
size: number
colours
colours: string | string[]
updatable
updatable: boolean
OptionalpointsMesh
A list of points and how to draw them: their size, colors and opacity, and whether the drawn mesh will be updated later.