QGeometry

PyQt5.Qt3DRender.QGeometry

Inherits from QNode.

Inherited by QConeGeometry, QCuboidGeometry, QCylinderGeometry, QExtrudedTextGeometry, QPlaneGeometry, QSphereGeometry, QTorusGeometry.

Description

Encapsulates geometry.

A QGeometry class is used to group a list of QAttribute objects together to form a geometric shape Qt3D is able to render using QGeometryRenderer. Special attribute can be set in order to calculate bounding volume of the shape.

Methods

__init__(parent: QNode = None)

Constructs a new QGeometry with parent.


addAttribute(QAttribute)

TODO


attributes() → List[QAttribute]

Returns the list of attributes in this geometry.


boundingVolumePositionAttribute() → QAttribute

maxExtent() → QVector3D

TODO


minExtent() → QVector3D

TODO


removeAttribute(QAttribute)

TODO


sceneChangeEvent(QSceneChange)

TODO


setBoundingVolumePositionAttribute(QAttribute)

Signals

boundingVolumePositionAttributeChanged(QAttribute)

TODO


maxExtentChanged(QVector3D)

TODO


minExtentChanged(QVector3D)

TODO