CommSystemGraphics#
- class ansys.stk.core.stkobjects.CommSystemGraphics#
Class defining 2D Graphics properties of a CommSystem.
Overview#
Opt whether to display graphics for the commsystem object. |
|
Enable the desired links line graphics. |
|
The desired links line color. |
|
Select the line style in which desired links line graphics display from the LineStyle enumeration. |
|
Select the line width in which desired links line graphics display from the LineWidth enumeration. |
|
Enable the interference links line graphics. |
|
The interference links line color. |
|
Select the line style in which interference links line graphics display from the LineStyle enumeration. |
|
Select the line width in which interference links line graphics display from the LineWidth enumeration. |
|
Enable the primary interferer link line graphics. |
|
The primary interferer link line color. |
|
Select the line style in which the primary interferer link line graphics display from the LineStyle enumeration. |
|
Select the line width in which the primary interferer link line graphics display from the LineWidth enumeration. |
Import detail#
from ansys.stk.core.stkobjects import CommSystemGraphics
Property detail#
- property CommSystemGraphics.desired_links_line_style: LineStyle#
Select the line style in which desired links line graphics display from the LineStyle enumeration.
- property CommSystemGraphics.desired_links_line_width: LineWidth#
Select the line width in which desired links line graphics display from the LineWidth enumeration.
- property CommSystemGraphics.show_interference_links: bool#
Enable the interference links line graphics.
- property CommSystemGraphics.interference_links_line_style: LineStyle#
Select the line style in which interference links line graphics display from the LineStyle enumeration.
- property CommSystemGraphics.interference_links_line_width: LineWidth#
Select the line width in which interference links line graphics display from the LineWidth enumeration.
- property CommSystemGraphics.show_primary_interferer_link: bool#
Enable the primary interferer link line graphics.
- property CommSystemGraphics.primary_interferer_link_color: Color#
The primary interferer link line color.