Class: QgsStyleSymbol3DEntity

class qgis.core.QgsStyleSymbol3DEntity

Bases: QgsStyleEntityInterface

A 3d symbol entity for QgsStyle databases.

New in version 3.16.

QgsStyleSymbol3DEntity(symbol: QgsAbstract3DSymbol) Constructor for QgsStyleSymbol3DEntity, with the specified symbol.

Ownership of symbol is NOT transferred.

QgsStyleSymbol3DEntity(QgsStyleSymbol3DEntity)

Methods

symbol

Returns the entity's symbol.

type

rtype

QgsStyle.StyleEntity

symbol(self) QgsAbstract3DSymbol

Returns the entity’s symbol.

Return type

QgsAbstract3DSymbol

type(self) QgsStyle.StyleEntity
Return type

QgsStyle.StyleEntity