QCuboidMesh Class

(Qt3D::QCuboidMesh)

Properties

Public Functions

QCuboidMesh(QNode * parent = 0)
~QCuboidMesh()
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)
float xExtent() const
QSize xyMeshResolution() const
QSize xzMeshResolution() const
float yExtent() const
QSize yzMeshResolution() const
float zExtent() const

Signals

Additional Inherited Members

Property Documentation

xExtent : float

Access functions:

float xExtent() const
void setXExtent(float xExtent)

Notifier signal:

void xExtentChanged()

xyMeshResolution : QSize

Access functions:

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

Notifier signal:

void xyMeshResolutionChanged()

xzMeshResolution : QSize

Access functions:

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

Notifier signal:

void xzMeshResolutionChanged()

yExtent : float

Access functions:

float yExtent() const
void setYExtent(float yExtent)

Notifier signal:

void yExtentChanged()

yzMeshResolution : QSize

Access functions:

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

Notifier signal:

void yzMeshResolutionChanged()

zExtent : float

Access functions:

float zExtent() const
void setZExtent(float zExtent)

Notifier signal:

void zExtentChanged()

Member Function Documentation

QCuboidMesh::QCuboidMesh(QNode * parent = 0)

QCuboidMesh::~QCuboidMesh()

© 2016 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.