Sur cette page

Qt3DExtras::QCuboidMesh Class

class Qt3DExtras::QCuboidMesh

Un maillage cubique. Plus d'informations...

En-tête : #include <Qt3DExtras/QCuboidMesh>
CMake : find_package(Qt6 REQUIRED COMPONENTS 3dextras)
target_link_libraries(mytarget PRIVATE Qt6::3dextras)
qmake : QT += 3dextras
En QML : CuboidMesh
Hérite : Qt3DRender::QGeometryRenderer
Statut : Déclassé

Propriétés

Fonctions publiques

QCuboidMesh(Qt3DCore::QNode *parent = nullptr)
float xExtent() const
QSize xyMeshResolution() const
QSize xzMeshResolution() const
float yExtent() const
QSize yzMeshResolution() const
float zExtent() const

Emplacements publics

void setXExtent(float xExtent)
void setXYMeshResolution(const QSize &resolution)
void setXZMeshResolution(const QSize &resolution)
void setYExtent(float yExtent)
void setYZMeshResolution(const QSize &resolution)
void setZExtent(float zExtent)

Signaux

void xExtentChanged(float xExtent)
void xyMeshResolutionChanged(const QSize &xyMeshResolution)
void xzMeshResolutionChanged(const QSize &xzMeshResolution)
void yExtentChanged(float yExtent)
void yzMeshResolutionChanged(const QSize &yzMeshResolution)
void zExtentChanged(float zExtent)

Description détaillée

Propriété Documentation

xExtent : float

Contient l'étendue x du maillage.

Fonctions d'accès :

float xExtent() const
void setXExtent(float xExtent)

Signal de notification :

void xExtentChanged(float xExtent)

xyMeshResolution : QSize

Indique la résolution x-y du maillage. Les valeurs de largeur et de hauteur de cette propriété spécifient le nombre de vertices générés pour les faces x-y du maillage.

Fonctions d'accès :

QSize xyMeshResolution() const
void setXYMeshResolution(const QSize &resolution)

Signal de notification :

void xyMeshResolutionChanged(const QSize &xyMeshResolution)

xzMeshResolution : QSize

Indique la résolution x-z du maillage. Les valeurs de largeur et de hauteur de cette propriété spécifient le nombre de vertices générés pour les faces x-z du maillage.

Fonctions d'accès :

QSize xzMeshResolution() const
void setXZMeshResolution(const QSize &resolution)

Signal de notification :

void xzMeshResolutionChanged(const QSize &xzMeshResolution)

yExtent : float

Contient l'étendue en y de la maille.

Fonctions d'accès :

float yExtent() const
void setYExtent(float yExtent)

Signal de notification :

void yExtentChanged(float yExtent)

yzMeshResolution : QSize

Indique la résolution y-z du maillage. Les valeurs de largeur et de hauteur de cette propriété spécifient le nombre de vertices générés pour les faces y-z du maillage.

Fonctions d'accès :

QSize yzMeshResolution() const
void setYZMeshResolution(const QSize &resolution)

Signal de notification :

void yzMeshResolutionChanged(const QSize &yzMeshResolution)

zExtent : float

Contient l'étendue z du maillage.

Fonctions d'accès :

float zExtent() const
void setZExtent(float zExtent)

Signal de notification :

void zExtentChanged(float zExtent)

Fonction membre Documentation

[explicit] QCuboidMesh::QCuboidMesh(Qt3DCore::QNode *parent = nullptr)

Construit un nouveau QCuboidMesh avec 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.