:class:`CfgPlane` ================= .. py:class:: pyedb.configuration.cfg_modeler.CfgPlane .. py:currentmodule:: CfgPlane Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~layer` - * - :py:attr:`~net_name` - * - :py:attr:`~type` - * - :py:attr:`~lower_left_point` - * - :py:attr:`~upper_right_point` - * - :py:attr:`~corner_radius` - * - :py:attr:`~rotation` - * - :py:attr:`~voids` - * - :py:attr:`~points` - * - :py:attr:`~radius` - * - :py:attr:`~position` - Import detail ------------- .. code-block:: python from pyedb.configuration.cfg_modeler import CfgPlane Attribute detail ---------------- .. py:attribute:: name :type: str :value: '' .. py:attribute:: layer :type: str :value: '' .. py:attribute:: net_name :type: str :value: '' .. py:attribute:: type :type: str :value: 'rectangle' .. py:attribute:: lower_left_point :type: List[Union[float, str]] :value: [] .. py:attribute:: upper_right_point :type: List[Union[float, str]] :value: [] .. py:attribute:: corner_radius :type: Union[float, str] :value: 0 .. py:attribute:: rotation :type: Union[float, str] :value: 0 .. py:attribute:: voids :type: List[Any] :value: [] .. py:attribute:: points :type: List[List[float]] :value: [] .. py:attribute:: radius :type: Union[float, str] :value: 0 .. py:attribute:: position :type: List[float] :value: [0, 0]