Bounds QML Type
Specifies the bounds of a model. More...
Import Statement: | import QtQuick3D 1.15 |
Since: | Qt 5.15 |
Properties
Detailed Description
Bounds specify a bounding box with minimum and maximum points. Bounds is a readonly property of the model.
Property Documentation
Specifies the maximum point of the model bounds.
See also minimum.
Specifies the minimum point of the model bounds.
See also maximum.