QTorusGeometryView#

A toroidal mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView

Synopsis#

Properties#

Functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

* * * * * * *

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

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QTorusGeometryView with parent.

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.minorRadius: float#

Holds the inner radius of the torus.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.radius: float#

Holds the outer radius of the torus.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.rings: int#

Holds the number of rings in the mesh.

Access functions:
property PᅟySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.slices: int#

Holds the number of slices in the mesh.

Access functions:
PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.minorRadius()#
Return type:

float

See also

setMinorRadius()

Getter of property minorRadius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.minorRadiusChanged(minorRadius)#
Parameters:

minorRadius – float

Notification signal of property minorRadius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.radius()#
Return type:

float

See also

setRadius()

Getter of property radius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.radiusChanged(radius)#
Parameters:

radius – float

Notification signal of property radius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.rings()#
Return type:

int

See also

setRings()

Getter of property rings .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.ringsChanged(rings)#
Parameters:

rings – int

Notification signal of property rings .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setMinorRadius(minorRadius)#
Parameters:

minorRadius – float

See also

minorRadius()

Setter of property minorRadius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setRadius(radius)#
Parameters:

radius – float

See also

radius()

Setter of property radius .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setRings(rings)#
Parameters:

rings – int

See also

rings()

Setter of property rings .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setSlices(slices)#
Parameters:

slices – int

See also

slices()

Setter of property slices .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.slices()#
Return type:

int

See also

setSlices()

Getter of property slices .

PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.slicesChanged(slices)#
Parameters:

slices – int

Notification signal of property slices .