RasterOrientation ================= .. py:class:: ansys.stk.core.graphics.RasterOrientation IntEnum .. py:currentmodule:: RasterOrientation Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~TOP_TO_BOTTOM` - The raster has a top to bottom orientation. * - :py:attr:`~BOTTOM_TO_TOP` - The raster has a bottom to top orientation. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import RasterOrientation