API Reference > imodeljs-backend > Elements > SectionLocation > setClip setClip Method Set the clip for this section location. setClip(clip?: ClipVector): void note The SectionLocation 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. Returns - void Defined in core/backend/src/Element.ts Line 514 Last Updated: 13 June, 2024