class QCuboidGeometryView

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QCuboidGeometryView

Synopsis

Properties

Methods

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

Note

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

property xExtentᅟ: float
Access functions:
property xyMeshResolutionᅟ: QSize
Access functions:
property xzMeshResolutionᅟ: QSize
Access functions:
property yExtentᅟ: float
Access functions:
property yzMeshResolutionᅟ: QSize
Access functions:
property zExtentᅟ: float
Access functions:
__init__([parent=None])
Parameters:

parentQNode

setXExtent(xExtent)
Parameters:

xExtent – float

Setter of property xExtentᅟ .

setXYMeshResolution(resolution)
Parameters:

resolutionQSize

Setter of property xyMeshResolutionᅟ .

setXZMeshResolution(resolution)
Parameters:

resolutionQSize

Setter of property xzMeshResolutionᅟ .

setYExtent(yExtent)
Parameters:

yExtent – float

Setter of property yExtentᅟ .

setYZMeshResolution(resolution)
Parameters:

resolutionQSize

Setter of property yzMeshResolutionᅟ .

setZExtent(zExtent)
Parameters:

zExtent – float

Setter of property zExtentᅟ .

xExtent()
Return type:

float

Getter of property xExtentᅟ .

xExtentChanged(xExtent)
Parameters:

xExtent – float

Notification signal of property xExtentᅟ .

xyMeshResolution()
Return type:

QSize

Getter of property xyMeshResolutionᅟ .

xyMeshResolutionChanged(xyMeshResolution)
Parameters:

xyMeshResolutionQSize

Notification signal of property xyMeshResolutionᅟ .

xzMeshResolution()
Return type:

QSize

Getter of property xzMeshResolutionᅟ .

xzMeshResolutionChanged(xzMeshResolution)
Parameters:

xzMeshResolutionQSize

Notification signal of property xzMeshResolutionᅟ .

yExtent()
Return type:

float

Getter of property yExtentᅟ .

yExtentChanged(yExtent)
Parameters:

yExtent – float

Notification signal of property yExtentᅟ .

yzMeshResolution()
Return type:

QSize

Getter of property yzMeshResolutionᅟ .

yzMeshResolutionChanged(yzMeshResolution)
Parameters:

yzMeshResolutionQSize

Notification signal of property yzMeshResolutionᅟ .

zExtent()
Return type:

float

Getter of property zExtentᅟ .

zExtentChanged(zExtent)
Parameters:

zExtent – float

Notification signal of property zExtentᅟ .