images.ui.graphics3d.events.ClippingPlanesChangedEventData Class
Namespace: images.ui.graphics3d.events
Superclasses: event.EventData
Description
The images.ui.graphics3d.events.ClippingPlanesChangedEventData
class is the
class passed to listeners when the clipping planes of a Viewer3D, Volume, or Surface
object is
moving. When the object triggers an event using the notify
handle class method, MATLAB® assigns values to the properties of a
ClippingPlanesChangedEventData
object and passes that object to the listener
callback function (the event handler).
The images.ui.graphics3d.events.ClippingPlanesChangedEventData
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
The notify
handle class method creates a
ClippingPlanesChangedEventData
object when called to trigger an event.
Properties
Examples
Version History
Introduced in R2022b