Events
viewer3d.clippingplanes
invoked when the list of clipping planes changes example usage const onclippingplaneschange = function (event) { const { clippingplanes } = event; console log("viewer3d clippingplanes", "clippingplanes ", clippingplanes); }; viewer3d addeventlistener("viewer3d clippingplanes", onclippingplaneschange); jquery const onclippingplaneschange = function (event, clippingplanes) { console log("viewer clippingplanes", "clippingplanes ", clippingplanes); }; $("#viewer 3d") on("viewer clippingplanes", onclippingplaneschange); parameters onclippingplaneschange function called when the list of clipping planes changes type (event object) => void event name type description clippingplanes array\[object] the current clipping planes clipping plane 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 function called when the list of clipping planes changes type (event object, clippingplanes array\[object]) => void event jquery event https //api jquery com/category/events/event object/ clipping plane 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