Methods
Clipping Plane
setPlaneWidgetViewport
sets the position and size of the clipping plane widget example usage const viewport = { x 0, y 0, width 150, height 150, }; viewer3d setplanewidgetviewport(viewport); parameters viewport position and size of the clipping plane widget type required object yes properties name type required description height number yes height of the widget in pixels width number yes width of the widget in pixels x number yes x coordinate of the widget position in pixels y number yes y coordinate of the widget position in pixels