ReadonlyenabledWhether the (retained) plane set is currently applied.
ReadonlyplanesThe current plane set (null when clipping is off).
Register a layer; it immediately receives the current plane set (if any).
Any SDK 3D layer (structural ClippableLayer).
Clear clipping on all registered layers and release them; the controller becomes inert.
Subscribe to plane-set changes (fires after each ClippingController.setPlanes / ClippingController.setEnabled with the EFFECTIVE set pushed to layers).
Change callback.
An unsubscribe function.
Unregister a layer; its clipping is cleared (setClippingPlanes(null)).
The layer to release.
Master toggle — preserves the plane set (like a visibility switch on the slice).
false pushes the set disabled; true restores it.
Replace the scene's plane set (fans out to every registered layer).
The new geographic plane set, or null to clear.
The scene-wide clipping facade returned by createClippingController. All registered layers receive every plane-set change; layers added later immediately receive the current set.
Example