IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QCuboidGeometryView Class

A cuboid mesh.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QCuboidGeometryView Class

  • Header: Qt3DExtras/QCuboidGeometryView

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS 3dextras)

    target_link_libraries(mytarget PRIVATE Qt6::3dextras)

  • qmake: QT += 3dextras

  • Inherited By:

  • Instantiated By: qml-qt3d-extras-cuboidgeometryview.xml

  • Inherits: Qt3DCore::QGeometryView

  • Group: QCuboidGeometryView is part of qt3d-extras-geometries

Detailed Description

* * * * * * *

Property Documentation

 

xExtent : float

Holds the x extent of the mesh.

Access functions:

  • float xExtent() const

  • void setXExtent(float xExtent)

Notifier signal:

  • void xExtentChanged(float xExtent)

xyMeshResolution : QSize

Holds the x-y resolution of the mesh. The width and height values of this property specify the number of vertices generated for the x-y faces of the mesh.

Access functions:

  • xyMeshResolution() const

  • void setXYMeshResolution(const &resolution)

Notifier signal:

  • void xyMeshResolutionChanged(const &xyMeshResolution)

xzMeshResolution : QSize

Holds the x-z resolution of the mesh. The width and height values of this property specify the number of vertices generated for the x-z faces of the mesh.

Access functions:

  • xzMeshResolution() const

  • void setXZMeshResolution(const &resolution)

Notifier signal:

  • void xzMeshResolutionChanged(const &xzMeshResolution)

yExtent : float

Holds the y extent of the mesh.

Access functions:

  • float yExtent() const

  • void setYExtent(float yExtent)

Notifier signal:

  • void yExtentChanged(float yExtent)

yzMeshResolution : QSize

Holds the y-z resolution of the mesh. The width and height values of this property specify the number of vertices generated for the y-z faces of the mesh.

Access functions:

  • yzMeshResolution() const

  • void setYZMeshResolution(const &resolution)

Notifier signal:

  • void yzMeshResolutionChanged(const &yzMeshResolution)

zExtent : float

Holds the z extent of the mesh.

Access functions:

  • float zExtent() const

  • void setZExtent(float zExtent)

Notifier signal:

  • void zExtentChanged(float zExtent)

Member Function Documentation

 

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

Constructs a new QCuboidGeometryView with parent.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+