ImagePlane
Description
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An ImagePlane object specifies the properties of an image plane
in an optical system, such as its shape, position, and angular orientation. Add an image plane
to an optical system using the addImagePlane
object function, which creates an ImagePlane object.
Creation
There are two ways to create an ImagePlane object.
Use the
addImagePlaneobject function when you want to add an image plane as the next component to an optical system in a single command. You can specify its properties, such as surface shape and spatial position, using name-value arguments.Use the
optics.component.ImagePlanefunction described here. Use this function when you want to create an image plane without adding it to the optical system, or modify the properties of an image plane already in the system. After creating the object, you can specify the image plane properties by modifying the properties of the object.
Description
creates
an iplane = optics.component.ImagePlaneImagePlane object with default properties.
sets writeable properties using one or more name-value arguments.iplane = optics.surface.Surface(PropertyName=Value)
Example: optics.component.ImagePlane(Position=[2 0 4]) creates an
ImagePlane object representing an image plane at a position [2
0 4] relative to the optical axis.
Properties
Version History
Introduced in R2026a