QTorusGeometryView¶
A toroidal mesh. More…
Synopsis¶
Functions¶
def
minorRadius
()def
radius
()def
rings
()def
slices
()
Slots¶
def
setMinorRadius
(minorRadius)def
setRadius
(radius)def
setRings
(rings)def
setSlices
(slices)
Signals¶
def
minorRadiusChanged
(minorRadius)def
radiusChanged
(radius)def
ringsChanged
(rings)def
slicesChanged
(slices)
Detailed Description¶
* * * * * * *
- class PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs a new QTorusGeometryView
with parent
.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.minorRadius()¶
- Return type
float
Holds the inner radius of the torus.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.minorRadiusChanged(minorRadius)¶
- Parameters
minorRadius – float
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.radius()¶
- Return type
float
Holds the outer radius of the torus.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.radiusChanged(radius)¶
- Parameters
radius – float
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.rings()¶
- Return type
int
Holds the number of rings in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.ringsChanged(rings)¶
- Parameters
rings – int
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setMinorRadius(minorRadius)¶
- Parameters
minorRadius – float
Holds the inner radius of the torus.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setRadius(radius)¶
- Parameters
radius – float
Holds the outer radius of the torus.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setRings(rings)¶
- Parameters
rings – int
Holds the number of rings in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.setSlices(slices)¶
- Parameters
slices – int
Holds the number of slices in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.slices()¶
- Return type
int
Holds the number of slices in the mesh.
- PySide6.Qt3DExtras.Qt3DExtras.QTorusGeometryView.slicesChanged(slices)¶
- Parameters
slices – int
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.