Line
===================

.. currentmodule:: axioma.core.geometry

.. class:: Line

	Класс-реализация линии

	Унаследован от:

	* :class:`~axioma.core.geometry.LineInterface`
	* :class:`~axioma.core.geometry.GeosSupport`

		.. method:: Line(coord_system, line=QLineF())

			Конструктор класса

			:param coord_system: координатная система
			:type coord_system: :class:`~axioma.cs.CoordSystem`
			:param line: линия
			:type line: :class:`~PyQt5.QtCore.QLineF`
