Class DrawPointDto<T> (Inputs.Point)
Constructors
constructor
new DrawPointDto<T>( point?: Point3, opacity?: number, size?: number, colours?: string | string[], updatable?: boolean, pointMesh?: T,): DrawPointDto<T> Parameters
Optionalpoint: Point3Optionalopacity: numberOptionalsize: numberOptionalcolours: string | string[]Optionalupdatable: booleanOptionalpointMesh: T
Properties
point
opacity
opacity: number
size
size: number
colours
colours: string | string[]
updatable
updatable: boolean
OptionalpointMesh
One point and how to draw it: its size, color and opacity, and whether the drawn mesh will be updated later.