W3cubDocs

/Qt 6.9

bounds QML Value Type

Specifies the bounds of a model. More...

Import Statement: import QtQuick3D

Properties

Detailed Description

bounds specify a bounding box with minimum and maximum points. bounds is a readonly property of the model.

Property Documentation

maximum : vector3d

Specifies the maximum point of the model bounds.

See also minimum.


minimum : vector3d

Specifies the minimum point of the model bounds.

See also maximum.


© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-bounds.html