QCylinderGeometry

PyQt5.Qt3DExtras.QCylinderGeometry

Inherits from QGeometry.

Description

* * * *

The QCylinderGeometry class allows creation of a cylinder in 3D space. * * * * * The QCylinderGeometry class is most commonly used internally by the QCylinderMesh * but can also be used in custom QGeometryRenderer subclasses.

Methods

__init__(parent: QNode = None)

Constructs a new QCylinderMesh with parent.


indexAttribute() → QAttribute

TODO


length() → float

See also

setLength().


normalAttribute() → QAttribute

TODO


positionAttribute() → QAttribute

TODO


radius() → float

See also

setRadius().


rings() → int

See also

setRings().


setLength(float)

See also

length().


setRadius(float)

See also

radius().


setRings(int)

See also

rings().


setSlices(int)

See also

slices().


slices() → int

See also

setSlices().


texCoordAttribute() → QAttribute

TODO


updateIndices()

Updates the indices based on rings, slices, and length properties.


updateVertices()

Updates the vertices based on rings, slices, and length properties.

Signals

lengthChanged(float)

TODO


radiusChanged(float)

TODO


ringsChanged(int)

TODO


slicesChanged(int)

TODO