QPlaneMesh¶

A square planar mesh. More…

Inheritance diagram of PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh

Synopsis¶

Functions¶

Slots¶

Signals¶

Detailed Description¶

* * * * * * *

class PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh([parent=None])¶

Constructs a new QPlaneMesh with parent .

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.height()¶
Return type:

float

Holds the plane height.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.heightChanged(height)¶
Parameters:

height – float

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.meshResolution()¶
Return type:

PySide2.QtCore.QSize

Holds the plane resolution. The width and height values of this property specify the number of vertices generated for the mesh in the respective dimensions.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.meshResolutionChanged(meshResolution)¶
Parameters:

meshResolution – PySide2.QtCore.QSize

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.mirrored()¶
Return type:

bool

Controls if the UV coordinates of the plane should be flipped vertically.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.mirroredChanged(mirrored)¶
Parameters:

mirrored – bool

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setHeight(height)¶
Parameters:

height – float

Holds the plane height.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMeshResolution(resolution)¶
Parameters:

resolution – PySide2.QtCore.QSize

Holds the plane resolution. The width and height values of this property specify the number of vertices generated for the mesh in the respective dimensions.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMirrored(mirrored)¶
Parameters:

mirrored – bool

Controls if the UV coordinates of the plane should be flipped vertically.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setWidth(width)¶
Parameters:

width – float

Holds the plane width.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.width()¶
Return type:

float

Holds the plane width.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.widthChanged(width)¶
Parameters:

width – float