SensorGraphics3DPulseStyle ========================== .. py:class:: ansys.stk.core.stkobjects.SensorGraphics3DPulseStyle IntEnum .. py:currentmodule:: SensorGraphics3DPulseStyle Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~BOX` - Box style. * - :py:attr:`~NEGATIVE_BOX` - Negative box style. * - :py:attr:`~POSITIVE_BOX` - Positive box style. * - :py:attr:`~SINE_WAVE` - Sine style. * - :py:attr:`~NEGATIVE_SINE_WAVE` - Negative sine style. * - :py:attr:`~POSITIVE_SINE_WAVE` - Positive sine style. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorGraphics3DPulseStyle