ObjectPlane
Description
Add-On Required: This feature requires the Optical Design and Simulation Library for Image Processing Toolbox add-on.
An ObjectPlane object specifies the properties of an object plane
in an optical system, such as its shape, position, and angular orientation.
Creation
There are two ways to create an ObjectPlane object.
Use the
optics.component.ObjectPlanefunction described here. Use this function when you want to create an object plane without adding it to the optical system, or modify the properties of an object plane already in the system. After creating the object, you can specify the object plane properties by modifying the properties of the object.Create an
ObjectPlanewith default properties when you create anopticalSystemobject. Modify the defaultObjectPlaneproperty ofopticalSystemby setting it to the function handleoptics.component.ObjectPlanethat you specify above.
Description
creates an oplane = optics.component.ObjectPlaneObjectPlane object with default properties.
sets writeable properties using one or more name-value arguments.oplane = optics.surface.Surface(PropertyName=Value)
Example: optics.component.ObjectPlane(Position=[2 0 4]) creates an
ObjectPlane object representing an object plane at a position
[2 0 4] relative to the optical axis.
Properties
Version History
Introduced in R2026a