QExtrudedTextGeometry露
- PyQt5.Qt3DExtras.QExtrudedTextGeometry
Inherits from QGeometry.
Description露
The QExtrudedTextGeometry class allows creation of a 3D extruded text in 3D space.
The QExtrudedTextGeometry class is most commonly used internally by the QText3DMesh but can also be used in custom QGeometryRenderer subclasses.
Methods露
- __init__(parent: QNode = None)
Constructs a new QExtrudedTextGeometry with parent.
- extrusionLength() → float
TODO
- indexAttribute() → QAttribute
TODO
- normalAttribute() → QAttribute
TODO
- positionAttribute() → QAttribute
TODO
- setDepth(float)
TODO
- setText(str)
See also
- text() → str
See also