Class: QgsSingleColorPointCloud3DSymbol¶
3D symbol that draws point cloud geometries as 3D objects using one color.
Warning
This is not considered stable API, and may change in future QGIS releases. It is exposed to the Python bindings as a tech preview only.
Added in version 3.18.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: QgsAbstract3DSymbol.setMaterialSettings()
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
3D symbol that draws point cloud geometries as 3D objects. |
|
Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects. |
Methods
Sets the color used by the renderer when using SingleColor rendering mode |
|
Returns the color used by the renderer when using SingleColor rendering mode |
|
- class qgis._3d.QgsSingleColorPointCloud3DSymbol[source]¶
Bases:
QgsPointCloud3DSymbol- readBaseXml()¶
- setSingleColor(self, color: QColor | Qt.GlobalColor | int)[source]¶
Sets the color used by the renderer when using SingleColor rendering mode
See also
- Parameters:
color (Union[QColor, Qt.GlobalColor, int])
- singleColor(self) QColor[source]¶
Returns the color used by the renderer when using SingleColor rendering mode
See also
- Return type:
QColor
- writeBaseXml()¶