QCylinderGeometryView#

A cylindrical mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView

Synopsis#

Functions#

Slots#

Signals#

Detailed Description#

* * * * * * *

class PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView([parent=None])#
Parameters

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QCylinderGeometryView with parent.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.length()#
Return type

float

Holds the length of the cylinder.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.lengthChanged(length)#
Parameters

length – float

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.radius()#
Return type

float

Holds the radius of the cylinder.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.radiusChanged(radius)#
Parameters

radius – float

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.rings()#
Return type

int

Holds the number of rings in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.ringsChanged(rings)#
Parameters

rings – int

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.setLength(length)#
Parameters

length – float

Holds the length of the cylinder.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.setRadius(radius)#
Parameters

radius – float

Holds the radius of the cylinder.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.setRings(rings)#
Parameters

rings – int

Holds the number of rings in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.setSlices(slices)#
Parameters

slices – int

Holds the number of slices in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.slices()#
Return type

int

Holds the number of slices in the mesh.

PySide6.Qt3DExtras.Qt3DExtras.QCylinderGeometryView.slicesChanged(slices)#
Parameters

slices – int