QCuboidGeometryView#

A cuboid mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView

Synopsis#

Functions#

Slots#

Signals#

Detailed Description#

* * * * * * *

class PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView([parent=None])#
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QCuboidGeometryView with parent.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setXExtent(xExtent)#
Parameters

xExtent – float

Holds the x extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setXYMeshResolution(resolution)#
Parameters

resolutionPySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setXZMeshResolution(resolution)#
Parameters

resolutionPySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setYExtent(yExtent)#
Parameters

yExtent – float

Holds the y extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setYZMeshResolution(resolution)#
Parameters

resolutionPySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setZExtent(zExtent)#
Parameters

zExtent – float

Holds the z extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xExtent()#
Return type

float

Holds the x extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xExtentChanged(xExtent)#
Parameters

xExtent – float

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xyMeshResolution()#
Return type

PySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xyMeshResolutionChanged(xyMeshResolution)#
Parameters

xyMeshResolutionPySide6.QtCore.QSize

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xzMeshResolution()#
Return type

PySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xzMeshResolutionChanged(xzMeshResolution)#
Parameters

xzMeshResolutionPySide6.QtCore.QSize

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yExtent()#
Return type

float

Holds the y extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yExtentChanged(yExtent)#
Parameters

yExtent – float

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yzMeshResolution()#
Return type

PySide6.QtCore.QSize

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

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yzMeshResolutionChanged(yzMeshResolution)#
Parameters

yzMeshResolutionPySide6.QtCore.QSize

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.zExtent()#
Return type

float

Holds the z extent of the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.zExtentChanged(zExtent)#
Parameters

zExtent – float