Class: QgsAbstractPointCloud3DRenderer¶
Base class for point cloud 3D renderers.
This class allows for functionality in 3D to be called from core.
Added in version 3.26.
Class Hierarchy¶
Base classes¶
Base class for all renderers that may to participate in 3D view. |
Subclasses¶
3D renderer that renders all points from a point cloud layer |
Methods
Updates the 3D renderer's symbol to match that of a given |
- class qgis.core.QgsAbstractPointCloud3DRenderer[source]¶
Bases:
QgsAbstract3DRenderer
- convertFrom2DRenderer(self, renderer: QgsPointCloudRenderer | None) bool [source]¶
Updates the 3D renderer’s symbol to match that of a given
QgsPointCloudRenderer
- Return type:
bool
- Returns:
True
on success,False
otherwise- Parameters:
renderer (Optional[QgsPointCloudRenderer])