class QSphereMesh

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QSphereMesh

Synopsis

Properties

Methods

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

Note

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

property generateTangentsᅟ: bool
Access functions:
property radiusᅟ: float
Access functions:
property ringsᅟ: int
Access functions:
property slicesᅟ: int
Access functions:
__init__([parent=None])
Parameters:

parentQNode

generateTangents()
Return type:

bool

Getter of property generateTangentsᅟ .

generateTangentsChanged(generateTangents)
Parameters:

generateTangents – bool

Notification signal of property generateTangentsᅟ .

radius()
Return type:

float

Getter of property radiusᅟ .

radiusChanged(radius)
Parameters:

radius – float

Notification signal of property radiusᅟ .

rings()
Return type:

int

Getter of property ringsᅟ .

ringsChanged(rings)
Parameters:

rings – int

Notification signal of property ringsᅟ .

setGenerateTangents(gen)
Parameters:

gen – bool

Setter of property generateTangentsᅟ .

setRadius(radius)
Parameters:

radius – float

Setter of property radiusᅟ .

setRings(rings)
Parameters:

rings – int

Setter of property ringsᅟ .

setSlices(slices)
Parameters:

slices – int

Setter of property slicesᅟ .

slices()
Return type:

int

Getter of property slicesᅟ .

slicesChanged(slices)
Parameters:

slices – int

Notification signal of property slicesᅟ .