QGIS/python/core/auto_additions/qgsellipse.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
451 B
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/core/geometry/qgsellipse.h
try:
QgsEllipse.fromFoci = staticmethod(QgsEllipse.fromFoci)
QgsEllipse.fromExtent = staticmethod(QgsEllipse.fromExtent)
QgsEllipse.fromCenterPoint = staticmethod(QgsEllipse.fromCenterPoint)
QgsEllipse.fromCenter2Points = staticmethod(QgsEllipse.fromCenter2Points)
QgsEllipse.__group__ = ['geometry']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass