clipVector

Accessor

Clipping volume for the view.

get: ClipVector | undefined

note Do not modify the returned ClipVector. If you wish to change the ClipVector, clone the returned ClipVector, modify it as desired, and pass the clone back to the setter.


Setter

Clipping volume for the view.

set(clip: ClipVector | undefined): void

note Do not modify the returned ClipVector. If you wish to change the ClipVector, clone the returned ClipVector, modify it as desired, and pass the clone back to the setter.

Parameter Type Description
clip ClipVector | undefined  

Defined in

Last Updated: 29 May, 2020