QCuboidGeometry

PyQt5.Qt3DExtras.QCuboidGeometry

Inherits from QGeometry.

Description

* * * *

The QCuboidGeometry class allows creation of a cuboid in 3D space. * * * * * The QCuboidGeometry class is most commonly used internally by the QCuboidMesh * but can also be used in custom QGeometryRenderer subclasses.

Methods

__init__(parent: QNode = None)

Constructs a new QCuboidGeometry with parent.


indexAttribute() → QAttribute

TODO


normalAttribute() → QAttribute

TODO


positionAttribute() → QAttribute

TODO


setXExtent(float)

See also

xExtent().


setXYMeshResolution(QSize)

TODO


setXZMeshResolution(QSize)

TODO


setYExtent(float)

See also

yExtent().


setYZMeshResolution(QSize)

TODO


setZExtent(float)

See also

zExtent().


tangentAttribute() → QAttribute

TODO


texCoordAttribute() → QAttribute

TODO


updateIndices()

Updates indices based on mesh resolutions.


updateVertices()

Updates vertices based on mesh resolutions.


xExtent() → float

See also

setXExtent().


xyMeshResolution() → QSize

TODO


xzMeshResolution() → QSize

TODO


yExtent() → float

See also

setYExtent().


yzMeshResolution() → QSize

TODO


zExtent() → float

See also

setZExtent().

Signals

xExtentChanged(float)

TODO


xyMeshResolutionChanged(QSize)

TODO


xzMeshResolutionChanged(QSize)

TODO


yExtentChanged(float)

TODO


yzMeshResolutionChanged(QSize)

TODO


zExtentChanged(float)

TODO