QCuboidGeometryView#

A cuboid mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView

Synopsis#

Properties#

Functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

* * * * * * *

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

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QCuboidGeometryView with parent.

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xExtent: float#

Holds the x extent of the mesh.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xyMeshResolution: 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.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.xzMeshResolution: 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.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yExtent: float#

Holds the y extent of the mesh.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.yzMeshResolution: 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.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.zExtent: float#

Holds the z extent of the mesh.

Access functions:
PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView.setXExtent(xExtent)#
Parameters:

xExtent – float

See also

xExtent()

Setter of property xExtent .

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

resolutionPySide6.QtCore.QSize

Setter of property xyMeshResolution .

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

resolutionPySide6.QtCore.QSize

Setter of property xzMeshResolution .

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

yExtent – float

See also

yExtent()

Setter of property yExtent .

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

resolutionPySide6.QtCore.QSize

Setter of property yzMeshResolution .

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

zExtent – float

See also

zExtent()

Setter of property zExtent .

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

float

See also

setXExtent()

Getter of property xExtent .

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

xExtent – float

Notification signal of property xExtent .

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

PySide6.QtCore.QSize

Getter of property xyMeshResolution .

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

xyMeshResolutionPySide6.QtCore.QSize

Notification signal of property xyMeshResolution .

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

PySide6.QtCore.QSize

Getter of property xzMeshResolution .

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

xzMeshResolutionPySide6.QtCore.QSize

Notification signal of property xzMeshResolution .

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

float

See also

setYExtent()

Getter of property yExtent .

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

yExtent – float

Notification signal of property yExtent .

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

PySide6.QtCore.QSize

Getter of property yzMeshResolution .

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

yzMeshResolutionPySide6.QtCore.QSize

Notification signal of property yzMeshResolution .

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

float

See also

setZExtent()

Getter of property zExtent .

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

zExtent – float

Notification signal of property zExtent .