Qt3DExtras.QPlaneMesh¶
A square planar mesh. More…

Synopsis¶
Functions¶
def
height()def
meshResolution()def
mirrored()def
width()
Slots¶
def
setHeight(height)def
setMeshResolution(resolution)def
setMirrored(mirrored)def
setWidth(width)
Signals¶
def
heightChanged(height)def
meshResolutionChanged(meshResolution)def
mirroredChanged(mirrored)def
widthChanged(width)
Detailed Description¶
* * * * * * *
-
class
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh([parent=None])¶ - param parent
QNode
Constructs a new
QPlaneMeshwithparent.
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.height()¶ - Return type
float
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.heightChanged(height)¶ - Parameters
height –
float
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.meshResolution()¶ - Return type
QSize
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.meshResolutionChanged(meshResolution)¶ - Parameters
meshResolution –
QSize
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.mirrored()¶ - Return type
bool
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.mirroredChanged(mirrored)¶ - Parameters
mirrored –
bool
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setHeight(height)¶ - Parameters
height –
float
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMeshResolution(resolution)¶ - Parameters
resolution –
QSize
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMirrored(mirrored)¶ - Parameters
mirrored –
bool
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.width()¶ - Return type
float
See also
-
PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.widthChanged(width)¶ - Parameters
width –
float
© 2020 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.