QCuboidMesh¶
A cuboid mesh. More…
Synopsis¶
Functions¶
def
xExtent
()def
xyMeshResolution
()def
xzMeshResolution
()def
yExtent
()def
yzMeshResolution
()def
zExtent
()
Slots¶
def
setXExtent
(xExtent)def
setXYMeshResolution
(resolution)def
setXZMeshResolution
(resolution)def
setYExtent
(yExtent)def
setYZMeshResolution
(resolution)def
setZExtent
(zExtent)
Signals¶
def
xExtentChanged
(xExtent)def
xyMeshResolutionChanged
(xyMeshResolution)def
xzMeshResolutionChanged
(xzMeshResolution)def
yExtentChanged
(yExtent)def
yzMeshResolutionChanged
(yzMeshResolution)def
zExtentChanged
(zExtent)
Detailed Description¶
* * * * * * *
- class PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh([parent=None])¶
- param parent:
Constructs a new
QCuboidMesh
withparent
.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXExtent(xExtent)¶
- Parameters:
xExtent – float
Holds the x extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXYMeshResolution(resolution)¶
- Parameters:
resolution –
PySide2.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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXZMeshResolution(resolution)¶
- Parameters:
resolution –
PySide2.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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setYExtent(yExtent)¶
- Parameters:
yExtent – float
Holds the y extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setYZMeshResolution(resolution)¶
- Parameters:
resolution –
PySide2.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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setZExtent(zExtent)¶
- Parameters:
zExtent – float
Holds the z extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xExtent()¶
- Return type:
float
Holds the x extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xExtentChanged(xExtent)¶
- Parameters:
xExtent – float
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xyMeshResolution()¶
- Return type:
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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xyMeshResolutionChanged(xyMeshResolution)¶
- Parameters:
xyMeshResolution –
PySide2.QtCore.QSize
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xzMeshResolution()¶
- Return type:
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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xzMeshResolutionChanged(xzMeshResolution)¶
- Parameters:
xzMeshResolution –
PySide2.QtCore.QSize
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yExtent()¶
- Return type:
float
Holds the y extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yExtentChanged(yExtent)¶
- Parameters:
yExtent – float
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yzMeshResolution()¶
- Return type:
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.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yzMeshResolutionChanged(yzMeshResolution)¶
- Parameters:
yzMeshResolution –
PySide2.QtCore.QSize
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.zExtent()¶
- Return type:
float
Holds the z extent of the mesh.
- PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.zExtentChanged(zExtent)¶
- Parameters:
zExtent – float
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.