QPlaneMesh

PyQt5.Qt3DExtras.QPlaneMesh

Inherits from QGeometryRenderer.

Description

* * * * * * *

A square planar mesh.

Methods

__init__(parent: QNode = None)

Constructs a new QPlaneMesh with parent.


height() → float

See also

setHeight().


meshResolution() → QSize

mirrored() → bool

See also

setMirrored().


setHeight(float)

See also

height().


setMeshResolution(QSize)

See also

meshResolution().


setMirrored(bool)

See also

mirrored().


setWidth(float)

See also

width().


width() → float

See also

setWidth().

Signals

heightChanged(float)

TODO


meshResolutionChanged(QSize)

TODO


mirroredChanged(bool)

TODO


widthChanged(float)

TODO