QConeGeometry露
- PyQt5.Qt3DExtras.QConeGeometry
Inherits from QGeometry.
Description露
* * * *
The QConeGeometry class allows creation of a cone in 3D space. * * * * * The QConeGeometry class is most commonly used internally by the QConeMesh * but can also be used in custom QGeometryRenderer subclasses. The class * allows for creation of both a cone and a truncated cone.
Methods露
- __init__(parent: QNode = None)
TODO
- bottomRadius() → float
See also
- hasBottomEndcap() → bool
See also
- hasTopEndcap() → bool
See also
- indexAttribute() → QAttribute
TODO
- length() → float
See also
- normalAttribute() → QAttribute
TODO
- positionAttribute() → QAttribute
TODO
- rings() → int
See also
- setBottomRadius(float)
See also
- setHasBottomEndcap(bool)
See also
- setHasTopEndcap(bool)
See also
- setLength(float)
See also
- setRings(int)
See also
- setSlices(int)
See also
- setTopRadius(float)
See also
- slices() → int
See also
- texCoordAttribute() → QAttribute
TODO
- topRadius() → float
See also
- updateIndices()
Updates indices based on geometry properties.
- updateVertices()
Updates vertices based on geometry properties.
Signals露
- bottomRadiusChanged(float)
TODO
- hasBottomEndcapChanged(bool)
TODO
- hasTopEndcapChanged(bool)
TODO
- lengthChanged(float)
TODO
- ringsChanged(int)
TODO
- slicesChanged(int)
TODO
- topRadiusChanged(float)
TODO