class QExtrudedTextGeometry

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry

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 extrusionLengthᅟ: float
Access functions:
property fontᅟ: QFont
Access functions:
property indexAttributeᅟ: QAttribute
Access functions:
property normalAttributeᅟ: QAttribute
Access functions:
property positionAttributeᅟ: QAttribute
Access functions:
property textᅟ: str
Access functions:
__init__([parent=None])
Parameters:

parentQNode

depthChanged(extrusionLength)
Parameters:

extrusionLength – float

Notification signal of property extrusionLengthᅟ .

extrusionLength()
Return type:

float

Getter of property extrusionLengthᅟ .

font()
Return type:

QFont

Getter of property fontᅟ .

fontChanged(font)
Parameters:

fontQFont

Notification signal of property fontᅟ .

indexAttribute()
Return type:

QAttribute

Getter of property indexAttributeᅟ .

normalAttribute()
Return type:

QAttribute

Getter of property normalAttributeᅟ .

positionAttribute()
Return type:

QAttribute

Getter of property positionAttributeᅟ .

setDepth(extrusionLength)
Parameters:

extrusionLength – float

Setter of property extrusionLengthᅟ .

setFont(font)
Parameters:

fontQFont

Setter of property fontᅟ .

setText(text)
Parameters:

text – str

Setter of property textᅟ .

text()
Return type:

str

Getter of property textᅟ .

textChanged(text)
Parameters:

text – str

Notification signal of property textᅟ .