API Reference > imodeljs-frontend > Views > ViewState > setViewClip setViewClip Method Set or clear the clipping volume for this view. setViewClip(clip?: ClipVector): void note The ViewState takes ownership of the supplied ClipVector - it should not be modified after passing it to this function. Parameter Type Description clip ClipVector the new clipping volume. If undefined, clipping is removed from view. Returns - void Defined in core/frontend/src/ViewState.ts Line 797 Last Updated: 11 June, 2024