Class: Qgs3DSymbolAbstractMetadata¶
Stores metadata about one 3D symbol class.
Note
It’s necessary to implement createSymbol() function.
In C++ you can use Qgs3DSymbolMetadata convenience class.
Added in version 3.16.
Methods
Creates a new instance of this symbol type.  | 
|
Returns the unique symbol type string.  | 
|
Returns the symbol's visible (translated) name.  | 
- class qgis.core.Qgs3DSymbolAbstractMetadata[source]¶
 Bases:
object- __init__(type: str | None, visibleName: str | None)
 Constructor for Qgs3DSymbolAbstractMetadata, with the specified
typeandvisibleName.- Parameters:
 type (Optional[str])
visibleName (Optional[str])
- __init__(a0: Qgs3DSymbolAbstractMetadata)
 - Parameters:
 
- create(self) QgsAbstract3DSymbol | None[source]¶
 Creates a new instance of this symbol type.
Caller takes ownership of the returned symbol.
- Return type:
 Optional[QgsAbstract3DSymbol]