SpaceEnvironmentMagnitudeFieldLine#

class ansys.stk.core.stkobjects.SpaceEnvironmentMagnitudeFieldLine#

Graphics settings for displaying magnetic field lines.

Overview#

show_graphics_2d

Flag to show magnetic field line.

show_graphics_3d

Flag to show magnetic field line.

color

Magnetic field line color.

line_style

Magnetic field line style.

line_width

Magnetic field line width.

show_label

Is the L-shell label visible?

Import detail#

from ansys.stk.core.stkobjects import SpaceEnvironmentMagnitudeFieldLine

Property detail#

property SpaceEnvironmentMagnitudeFieldLine.show_graphics_2d: bool#

Flag to show magnetic field line.

property SpaceEnvironmentMagnitudeFieldLine.show_graphics_3d: bool#

Flag to show magnetic field line.

property SpaceEnvironmentMagnitudeFieldLine.color: Color#

Magnetic field line color.

property SpaceEnvironmentMagnitudeFieldLine.line_style: LineStyle#

Magnetic field line style.

property SpaceEnvironmentMagnitudeFieldLine.line_width: LineWidth#

Magnetic field line width.

property SpaceEnvironmentMagnitudeFieldLine.show_label: bool#

Is the L-shell label visible?