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
- setXYMeshResolution(QSize)
TODO
- setXZMeshResolution(QSize)
TODO
- setYExtent(float)
See also
- setYZMeshResolution(QSize)
TODO
- setZExtent(float)
See also
- tangentAttribute() → QAttribute
TODO
- texCoordAttribute() → QAttribute
TODO
- updateIndices()
Updates indices based on mesh resolutions.
- updateVertices()
Updates vertices based on mesh resolutions.
- xExtent() → float
See also
- xyMeshResolution() → QSize
TODO
- xzMeshResolution() → QSize
TODO
- yExtent() → float
See also
- yzMeshResolution() → QSize
TODO
- zExtent() → float
See also