Qt3DExtras::QCylinderMesh Class
class Qt3DExtras::QCylinderMeshUna malla cilíndrica. Más...
| Cabecera: | #include <Qt3DExtras/QCylinderMesh> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras)target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
| qmake: | QT += 3dextras |
| En QML: | CylinderMesh |
| Hereda: | Qt3DRender::QGeometryRenderer |
| Status: | Obsoleto |
Propiedades
Funciones públicas
| QCylinderMesh(Qt3DCore::QNode *parent = nullptr) | |
| float | length() const |
| float | radius() const |
| int | rings() const |
| int | slices() const |
Ranuras públicas
| void | setLength(float length) |
| void | setRadius(float radius) |
| void | setRings(int rings) |
| void | setSlices(int slices) |
Señales
| void | lengthChanged(float length) |
| void | radiusChanged(float radius) |
| void | ringsChanged(int rings) |
| void | slicesChanged(int slices) |
Descripción detallada
Este componente se puede utilizar para renderizar un cilindro cuando se combina con un componente material.
Documentación de propiedades
length : float
Mantiene la longitud del cilindro.
Funciones de acceso:
| float | length() const |
| void | setLength(float length) |
Señal de aviso:
| void | lengthChanged(float length) |
radius : float
Mantiene el radio del cilindro.
Funciones de acceso:
| float | radius() const |
| void | setRadius(float radius) |
Señal de aviso:
| 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] QCylinderMesh::QCylinderMesh(Qt3DCore::QNode *parent = nullptr)
Construye un nuevo QCylinderMesh 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.