QPlaneGeometryView#

A square planar mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView

Synopsis#

Properties#

Functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

* * * * * * *

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

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QPlaneGeometryView with parent.

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.height: float#

Holds the plane height.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.meshResolution: 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.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.mirrored: bool#

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

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.width: float#

Holds the plane width.

Access functions:
PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometryView.height()#
Return type:

float

See also

setHeight()

Getter of property height .

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

height – float

Notification signal of property height .

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

PySide6.QtCore.QSize

Getter of property meshResolution .

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

meshResolutionPySide6.QtCore.QSize

Notification signal of property meshResolution .

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

bool

See also

setMirrored()

Getter of property mirrored .

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

mirrored – bool

Notification signal of property mirrored .

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

height – float

See also

height()

Setter of property height .

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

resolutionPySide6.QtCore.QSize

See also

meshResolution()

Setter of property meshResolution .

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

mirrored – bool

See also

mirrored()

Setter of property mirrored .

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

width – float

See also

width()

Setter of property width .

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

float

See also

setWidth()

Getter of property width .

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

width – float

Notification signal of property width .