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.

AltBindCentroid = 1
AltBindVertex = 0
AltClampAbsolute = 0
AltClampRelative = 1
AltClampTerrain = 2
class AltitudeBinding

Bases: int

class AltitudeClamping

Bases: int

Back = 2
class CullingMode

Bases: int

Front = 1
FrontAndBack = 3
NoCulling = 0