prescription.sections.surface_table

Surface geometry and material table sections.

Kramer Harrison, 2026

Classes

SurfaceGeometryTableSection()

Produces the 'Surface Data — Geometry' section.

SurfaceMaterialTableSection()

Produces the 'Surface Data — Materials' section.

class SurfaceGeometryTableSection[source]

Produces the ‘Surface Data — Geometry’ section.

build(optic: Optic) Section[source]

Build the Surface Geometry table section.

Parameters:

optic – The optical system to describe.

Returns:

Section containing a TableBlock of surface geometry data.

class SurfaceMaterialTableSection[source]

Produces the ‘Surface Data — Materials’ section.

build(optic: Optic) Section[source]

Build the Surface Materials table section.

Parameters:

optic – The optical system to describe.

Returns:

Section containing a TableBlock of surface material data.