Qt3DExtras.QPlaneGeometry

The QPlaneGeometry class allows creation of a plane in 3D space. * * * * The QPlaneGeometry class is most commonly used internally by the QPlaneMesh * but can also be used in custom QGeometryRenderer subclasses. More

Inheritance diagram of PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry

Synopsis

Functions

Slots

Signals

Detailed Description

* * * *

class PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry([parent=None])
param parent

QNode

Constructs a new QPlaneGeometry with parent .

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.height()
Return type

float

See also

setHeight()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.heightChanged(height)
Parameters

heightfloat

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.indexAttribute()
Return type

QAttribute

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.mirrored()
Return type

bool

See also

setMirrored()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.mirroredChanged(mirrored)
Parameters

mirroredbool

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.normalAttribute()
Return type

QAttribute

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.positionAttribute()
Return type

QAttribute

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.resolution()
Return type

QSize

See also

setResolution()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.resolutionChanged(resolution)
Parameters

resolutionQSize

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setHeight(height)
Parameters

heightfloat

See also

height()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setMirrored(mirrored)
Parameters

mirroredbool

See also

mirrored()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setResolution(resolution)
Parameters

resolutionQSize

See also

resolution()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setWidth(width)
Parameters

widthfloat

See also

width()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.tangentAttribute()
Return type

QAttribute

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.texCoordAttribute()
Return type

QAttribute

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.updateIndices()

Updates indices based on mesh resolution.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.updateVertices()

Updates vertices based on mesh resolution, width, and height properties.

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.width()
Return type

float

See also

setWidth()

PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.widthChanged(width)
Parameters

widthfloat