QCuboidGeometry¶

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. More…

Inheritance diagram of PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry

Synopsis¶

Functions¶

Slots¶

Signals¶

Detailed Description¶

* * * *

class PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry([parent=None])¶

Constructs a new QCuboidGeometry with parent .

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.indexAttribute()¶
Return type:

PySide2.Qt3DRender.Qt3DRender.QAttribute

Holds the geometry index attribute.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.normalAttribute()¶
Return type:

PySide2.Qt3DRender.Qt3DRender.QAttribute

Holds the geometry normal attribute.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.positionAttribute()¶
Return type:

PySide2.Qt3DRender.Qt3DRender.QAttribute

Holds the geometry position attribute.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXExtent(xExtent)¶
Parameters:

xExtent – float

Holds the x extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXYMeshResolution(resolution)¶
Parameters:

resolution – PySide2.QtCore.QSize

Holds the x-y resolution. The width and height values of this property specify the number of vertices generated for the x-y faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXZMeshResolution(resolution)¶
Parameters:

resolution – PySide2.QtCore.QSize

Holds the x-z resolution. The width and height values of this property specify the number of vertices generated for the x-z faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setYExtent(yExtent)¶
Parameters:

yExtent – float

Holds the y extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setYZMeshResolution(resolution)¶
Parameters:

resolution – PySide2.QtCore.QSize

Holds the y-z resolution. The width and height values of this property specify the number of vertices generated for the y-z faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setZExtent(zExtent)¶
Parameters:

zExtent – float

Holds the z extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.tangentAttribute()¶
Return type:

PySide2.Qt3DRender.Qt3DRender.QAttribute

Holds the geometry tangent attribute.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.texCoordAttribute()¶
Return type:

PySide2.Qt3DRender.Qt3DRender.QAttribute

Holds the geometry texture coordinate attribute.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.updateIndices()¶

Updates indices based on mesh resolutions.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.updateVertices()¶

Updates vertices based on mesh resolutions.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xExtent()¶
Return type:

float

Holds the x extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xExtentChanged(xExtent)¶
Parameters:

xExtent – float

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xyMeshResolution()¶
Return type:

PySide2.QtCore.QSize

Holds the x-y resolution. The width and height values of this property specify the number of vertices generated for the x-y faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xyMeshResolutionChanged(xyMeshResolution)¶
Parameters:

xyMeshResolution – PySide2.QtCore.QSize

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xzMeshResolution()¶
Return type:

PySide2.QtCore.QSize

Holds the x-z resolution. The width and height values of this property specify the number of vertices generated for the x-z faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xzMeshResolutionChanged(xzMeshResolution)¶
Parameters:

xzMeshResolution – PySide2.QtCore.QSize

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yExtent()¶
Return type:

float

Holds the y extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yExtentChanged(yExtent)¶
Parameters:

yExtent – float

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yzMeshResolution()¶
Return type:

PySide2.QtCore.QSize

Holds the y-z resolution. The width and height values of this property specify the number of vertices generated for the y-z faces of the mesh.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yzMeshResolutionChanged(yzMeshResolution)¶
Parameters:

yzMeshResolution – PySide2.QtCore.QSize

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.zExtent()¶
Return type:

float

Holds the z extent of the geometry.

PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.zExtentChanged(zExtent)¶
Parameters:

zExtent – float