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

setBottomRadius().


hasBottomEndcap() → bool

hasTopEndcap() → bool

See also

setHasTopEndcap().


indexAttribute() → QAttribute

TODO


length() → float

See also

setLength().


normalAttribute() → QAttribute

TODO


positionAttribute() → QAttribute

TODO


rings() → int

See also

setRings().


setBottomRadius(float)

See also

bottomRadius().


setHasBottomEndcap(bool)

See also

hasBottomEndcap().


setHasTopEndcap(bool)

See also

hasTopEndcap().


setLength(float)

See also

length().


setRings(int)

See also

rings().


setSlices(int)

See also

slices().


setTopRadius(float)

See also

topRadius().


slices() → int

See also

setSlices().


texCoordAttribute() → QAttribute

TODO


topRadius() → float

See also

setTopRadius().


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