QPlaneGeometryView#

A square planar mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView

Synopsis#

Functions#

Slots#

Signals#

Detailed Description#

* * * * * * *

class PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView([parent=None])#
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QPlaneGeometryView with parent.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.height()#
Return type

float

Holds the plane height.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.heightChanged(height)#
Parameters

height – float

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.meshResolution()#
Return type

PySide6.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.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.meshResolutionChanged(meshResolution)#
Parameters

meshResolutionPySide6.QtCore.QSize

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.mirrored()#
Return type

bool

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

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.mirroredChanged(mirrored)#
Parameters

mirrored – bool

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.setHeight(height)#
Parameters

height – float

Holds the plane height.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.setMeshResolution(resolution)#
Parameters

resolutionPySide6.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.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.setMirrored(mirrored)#
Parameters

mirrored – bool

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

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.setWidth(width)#
Parameters

width – float

Holds the plane width.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.width()#
Return type

float

Holds the plane width.

PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.widthChanged(width)#
Parameters

width – float