mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
		
			
				
	
	
		
			27 lines
		
	
	
		
			700 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			700 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/mesh/qgsmeshdataprovider.h
 | 
						|
try:
 | 
						|
    QgsMeshDataProvider.__attribute_docs__ = {'datasetGroupsAdded': 'Emitted when some new dataset groups have been added\n'}
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
QgsMesh.compareFaces = staticmethod(QgsMesh.compareFaces)
 | 
						|
QgsMesh.__doc__ = """
 | 
						|
Mesh - vertices, edges and faces
 | 
						|
 | 
						|
.. versionadded:: 3.6"""
 | 
						|
try:
 | 
						|
    QgsMesh.__group__ = ['mesh']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsMeshDataSourceInterface.__group__ = ['mesh']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsMeshDatasetSourceInterface.__group__ = ['mesh']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsMeshDataProvider.__group__ = ['mesh']
 | 
						|
except NameError:
 | 
						|
    pass
 |