class QPlaneGeometry

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QPlaneGeometry

Synopsis

Properties

Methods

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

Note

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

property heightᅟ: float
Access functions:
property indexAttributeᅟ: QAttribute
Access functions:
property mirroredᅟ: bool
Access functions:
property normalAttributeᅟ: QAttribute
Access functions:
property positionAttributeᅟ: QAttribute
Access functions:
property resolutionᅟ: QSize
Access functions:
property tangentAttributeᅟ: QAttribute
Access functions:
property texCoordAttributeᅟ: QAttribute
Access functions:
property widthᅟ: float
Access functions:
__init__([parent=None])
Parameters:

parentQNode

height()
Return type:

float

Getter of property heightᅟ .

heightChanged(height)
Parameters:

height – float

Notification signal of property heightᅟ .

indexAttribute()
Return type:

QAttribute

Getter of property indexAttributeᅟ .

mirrored()
Return type:

bool

Getter of property mirroredᅟ .

mirroredChanged(mirrored)
Parameters:

mirrored – bool

Notification signal of property mirroredᅟ .

normalAttribute()
Return type:

QAttribute

Getter of property normalAttributeᅟ .

positionAttribute()
Return type:

QAttribute

Getter of property positionAttributeᅟ .

resolution()
Return type:

QSize

Getter of property resolutionᅟ .

resolutionChanged(resolution)
Parameters:

resolutionQSize

Notification signal of property resolutionᅟ .

setHeight(height)
Parameters:

height – float

Setter of property heightᅟ .

setMirrored(mirrored)
Parameters:

mirrored – bool

Setter of property mirroredᅟ .

setResolution(resolution)
Parameters:

resolutionQSize

Setter of property resolutionᅟ .

setWidth(width)
Parameters:

width – float

Setter of property widthᅟ .

tangentAttribute()
Return type:

QAttribute

Getter of property tangentAttributeᅟ .

texCoordAttribute()
Return type:

QAttribute

Getter of property texCoordAttributeᅟ .

updateIndices()
updateVertices()
width()
Return type:

float

Getter of property widthᅟ .

widthChanged(width)
Parameters:

width – float

Notification signal of property widthᅟ .