SpaceEnvironmentMagnitudeFieldLine ================================== .. py:class:: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine Graphics settings for displaying magnetic field lines. .. py:currentmodule:: SpaceEnvironmentMagnitudeFieldLine Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_graphics_2d` - Flag to show magnetic field line. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_graphics_3d` - Flag to show magnetic field line. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.color` - Magnetic field line color. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.line_style` - Magnetic field line style. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.line_width` - Magnetic field line width. * - :py:attr:`~ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_label` - Is the L-shell label visible? Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SpaceEnvironmentMagnitudeFieldLine Property detail --------------- .. py:property:: show_graphics_2d :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_graphics_2d :type: bool Flag to show magnetic field line. .. py:property:: show_graphics_3d :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_graphics_3d :type: bool Flag to show magnetic field line. .. py:property:: color :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.color :type: Color Magnetic field line color. .. py:property:: line_style :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.line_style :type: LineStyle Magnetic field line style. .. py:property:: line_width :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.line_width :type: LineWidth Magnetic field line width. .. py:property:: show_label :canonical: ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine.show_label :type: bool Is the L-shell label visible?