Class: QgsAbstractPointCloud3DRenderer

class qgis.core.QgsAbstractPointCloud3DRenderer

Bases: QgsAbstract3DRenderer

Base class for point cloud 3D renderers.

This class allows for functionality in 3D to be called from core.

New in version 3.26.

QgsAbstractPointCloud3DRenderer() Default constructor

Methods

convertFrom2DRenderer

Updates the 3D renderer's symbol to match that of a given QgsPointCloudRenderer

convertFrom2DRenderer(self, renderer: QgsPointCloudRenderer) bool

Updates the 3D renderer’s symbol to match that of a given QgsPointCloudRenderer

Return type:

bool

Returns:

True on success, False otherwise

Parameters:

renderer (QgsPointCloudRenderer) –