mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			718 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			718 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/mesh/qgsmesh3daveraging.h
 | |
| try:
 | |
|     QgsMesh3DAveragingMethod.createFromXml = staticmethod(QgsMesh3DAveragingMethod.createFromXml)
 | |
|     QgsMesh3DAveragingMethod.__group__ = ['mesh']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 | |
| try:
 | |
|     QgsMeshMultiLevelsAveragingMethod.__group__ = ['mesh']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 | |
| try:
 | |
|     QgsMeshSigmaAveragingMethod.__group__ = ['mesh']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 | |
| try:
 | |
|     QgsMeshRelativeHeightAveragingMethod.__group__ = ['mesh']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 | |
| try:
 | |
|     QgsMeshElevationAveragingMethod.__group__ = ['mesh']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |