IDrawElement ============ .. py:class:: ansys.stk.core.stkx.IDrawElement Draw element. .. py:currentmodule:: IDrawElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkx.IDrawElement.visible` - Show or hide the element. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import IDrawElement Property detail --------------- .. py:property:: visible :canonical: ansys.stk.core.stkx.IDrawElement.visible :type: bool Show or hide the element.