getViewClip Method
Get the clipping volume for this view, if defined
getViewClip(): 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 to setViewClip.
Returns - ClipVector | undefined
Defined in
- core/frontend/src/ViewState.ts Line 1006
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.