getViewClip Method
Get the clipping volume for this view, if defined
getViewClip(): undefined | ClipVector
@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 to setViewClip.
Returns - undefined | ClipVector
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.