Class: Qgs3DTypes

class qgis._3d.Qgs3DTypes

Bases: sip.wrapper

Defines enumerations and other auxiliary types for QGIS 3D

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.

New in version 3.4:

Attributes

Back

Front

FrontAndBack

NoCulling

Back = 2
class CullingMode

Bases: int

Front = 1
FrontAndBack = 3
NoCulling = 0