Events

viewer3d.clippingplanes

Invoked when the list of clipping planes changes.

Example



Usage

JS
jQuery


Parameters

onClippingPlanesChange

JS
jQuery

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

Direction of the clipping plane

location

Vector3

Location of the clipping plane

measure

Boolean

Is plane measurement enabled