Class: QgsStyleSymbol3DEntity¶
A 3d symbol entity for QgsStyle databases.
Added in version 3.16.
Class Hierarchy¶
Base classes¶
An interface for entities which can be placed in a   | 
Methods
Returns the entity's symbol.  | 
- class qgis.core.QgsStyleSymbol3DEntity[source]¶
 Bases:
QgsStyleEntityInterface- __init__(symbol: QgsAbstract3DSymbol | None)
 Constructor for QgsStyleSymbol3DEntity, with the specified
symbol.Ownership of
symbolis NOT transferred.- Parameters:
 symbol (Optional[QgsAbstract3DSymbol])
- __init__(a0: QgsStyleSymbol3DEntity)
 - Parameters:
 
- symbol(self) QgsAbstract3DSymbol | None[source]¶
 Returns the entity’s symbol.
- Return type:
 Optional[QgsAbstract3DSymbol]