SensorGraphics3DProjectionElement ================================= .. py:class:: ansys.stk.core.stkobjects.SensorGraphics3DProjectionElement Represents elements of the space and target projection collections. .. py:currentmodule:: SensorGraphics3DProjectionElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3DProjectionElement.time` - Time used together with distance to compute the space projection. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3DProjectionElement.distance` - Distance used together with time to compute the space projection. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorGraphics3DProjectionElement Property detail --------------- .. py:property:: time :canonical: ansys.stk.core.stkobjects.SensorGraphics3DProjectionElement.time :type: typing.Any Time used together with distance to compute the space projection. Uses DateFormat Dimension. .. py:property:: distance :canonical: ansys.stk.core.stkobjects.SensorGraphics3DProjectionElement.distance :type: float Distance used together with time to compute the space projection. Uses Distance Dimension.