API Reference > imodeljs-common > Views > ViewDetails > clipVector 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. Returns - ClipVector | undefined 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 Returns - void Defined in core/common/src/ViewDetails.ts Line 129 Last Updated: 13 June, 2024