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露
- addAttribute(QAttribute)
TODO
- attributes() → List[QAttribute]
Returns the list of attributes in this geometry.
- boundingVolumePositionAttribute() → QAttribute
See also
- maxExtent() → QVector3D
TODO
- minExtent() → QVector3D
TODO
- removeAttribute(QAttribute)
TODO
- sceneChangeEvent(QSceneChange)
TODO
- setBoundingVolumePositionAttribute(QAttribute)
See also
Signals露
- boundingVolumePositionAttributeChanged(QAttribute)
TODO
- maxExtentChanged(QVector3D)
TODO
- minExtentChanged(QVector3D)
TODO