Qt3DExtras::QTorusMesh Class
class Qt3DExtras::QTorusMeshUna malla toroidal. Más...
| Cabecera: | #include <Qt3DExtras/QTorusMesh> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras)target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
| qmake: | QT += 3dextras |
| En QML: | TorusMesh |
| Hereda: | Qt3DRender::QGeometryRenderer |
| Status: | Obsoleto |
Propiedades
- minorRadius : float
- radius : float
- rings : int
- slices : int
Funciones públicas
| QTorusMesh(Qt3DCore::QNode *parent = nullptr) | |
| float | minorRadius() const |
| float | radius() const |
| int | rings() const |
| int | slices() const |
Ranuras públicas
| void | setMinorRadius(float minorRadius) |
| void | setRadius(float radius) |
| void | setRings(int rings) |
| void | setSlices(int slices) |
Señales
| void | minorRadiusChanged(float minorRadius) |
| void | radiusChanged(float radius) |
| void | ringsChanged(int rings) |
| void | slicesChanged(int slices) |
Documentación de propiedades
minorRadius : float
Mantiene el radio interior del toroide.
Funciones de acceso:
| float | minorRadius() const |
| void | setMinorRadius(float minorRadius) |
Señal notificadora:
| void | minorRadiusChanged(float minorRadius) |
radius : float
Mantiene el radio exterior del toroide.
Funciones de acceso:
| float | radius() const |
| void | setRadius(float radius) |
Señal notificadora:
| void | radiusChanged(float radius) |
rings : int
Contiene el número de anillos de la malla.
Funciones de acceso:
| int | rings() const |
| void | setRings(int rings) |
Señal del notificador:
| void | ringsChanged(int rings) |
slices : int
Indica el número de cortes de la malla.
Funciones de acceso:
| int | slices() const |
| void | setSlices(int slices) |
Notificador de señal:
| void | slicesChanged(int slices) |
Documentación de la función miembro
[explicit] QTorusMesh::QTorusMesh(Qt3DCore::QNode *parent = nullptr)
Construye un nuevo QTorusMesh con parent.
© 2026 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.