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
- normalAttribute() → QAttribute
TODO
- positionAttribute() → QAttribute
TODO
- radius() → float
See also
- rings() → int
See also
- setLength(float)
See also
- setRadius(float)
See also
- setRings(int)
See also
- setSlices(int)
See also
- slices() → int
See also
- 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