tidy3d.FieldProjectionSurface#
- class FieldProjectionSurface[source]#
Bases:
Tidy3dBaseModelData structure to store surface monitors where near fields are recorded for field projections.
- Parameters:
monitor (
FieldMonitor) –FieldMonitoron which near fields will be sampled and integrated.normal_dir (Literal['+', '-']) –
Literal['+', '-']of the surface monitor’s normal vector w.r.t. the positive x, y or z unit vectors. Must be one of ‘+’ or ‘-‘.
Notes
See also
Attributes
Returns the
Literal[0, 1, 2]normal to this surface.Methods
is_plane(val)Ensures that the monitor is a plane, i.e., its
sizeattribute has exactly 1 zero- monitor#
- normal_dir#
- property axis#
Returns the
Literal[0, 1, 2]normal to this surface.