QSphereGeometryView#

A spherical mesh. More

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QSphereGeometryView

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.QSphereGeometryView([parent=None])#
Parameters:

parentPySide6.Qt3DCore.Qt3DCore.QNode

Constructs a new QSphereGeometryView 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.QSphereGeometryView.generateTangents: bool#

Holds the value of the automatic tangent vectors generation flag. Tangent vectors are orthogonal to normal vectors.

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

Holds the radius of the sphere.

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

Holds the number of rings in the mesh.

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

Holds the number of slices in the mesh.

Access functions:
PySide6.Qt3DExtras.Qt3DExtras.QSphereGeometryView.generateTangents()#
Return type:

bool

Getter of property generateTangents .

PySide6.Qt3DExtras.Qt3DExtras.QSphereGeometryView.generateTangentsChanged(generateTangents)#
Parameters:

generateTangents – bool

Notification signal of property generateTangents .

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

float

See also

setRadius()

Getter of property radius .

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

radius – float

Notification signal of property radius .

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

int

See also

setRings()

Getter of property rings .

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

rings – int

Notification signal of property rings .

PySide6.Qt3DExtras.Qt3DExtras.QSphereGeometryView.setGenerateTangents(gen)#
Parameters:

gen – bool

Setter of property generateTangents .

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

radius – float

See also

radius()

Setter of property radius .

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

rings – int

See also

rings()

Setter of property rings .

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

slices – int

See also

slices()

Setter of property slices .

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

int

See also

setSlices()

Getter of property slices .

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

slices – int

Notification signal of property slices .