Methods
Clipping Plane
setClippingPlanes
sets the current clipping planes example usage const clippingplanes = \[ { location { x 0, y 0, z 0, }, direction { x 0, y 0, z 1, }, }, ]; viewer3d setclippingplanes(clippingplanes); parameters clippingplanes list of clipping planes type required array\[object] yes properties name type required description active boolean no is the active clipping plane direction vector3 docid\ kewrhktc8iq2hlt48srfq yes direction of the clipping plane location vector3 docid\ kewrhktc8iq2hlt48srfq yes location of the clipping plane measure boolean no is the measure clipping plane