Methods
Clipping Plane

getClippingPlanes

Returns the current clipping planes.

Example



Usage

JS


Return Value

List of clipping planes.

Type

Array[Object]

Properties

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

Example

JS