Methods
Clipping Plane
getClippingPlanes
returns the current clipping planes example usage const clippingplanes = viewer3d getclippingplanes(); return value list of clipping planes type array\[object] properties name type description active boolean is the active clipping plane direction vector3 docid\ kewrhktc8iq2hlt48srfq direction of the clipping plane location vector3 docid\ kewrhktc8iq2hlt48srfq location of the clipping plane measure boolean is plane measurement enabled example \[ { location { x 0, y 0, z 0, }, direction { x 0, y 0, z 1, }, active false, measure false, }, ];