W3cubDocs

/Qt 6.9

CapsuleShape QML Type

Defines a pill-like shape. More...

Import Statement: import QtQuick3D.Physics
Since: Qt 6.4
Inherits:

CollisionShape

Properties

Detailed Description

This type defines a capsule shape. This is a cylinder with a hemisphere at each end. The origin is at the center of the capsule. The capsule is specified by diameter, which determines the diameter of the cylinder and the hemispheres; and height, which determines the height of the cylinder.

Note: When using scaling transformations with this shape, the x component will be used to scale the height and the y component will be used to scale the diameter. The cylinder will always be perfectly circular even if the scaling transformation is non-uniform.

See also Shapes and Bodies overview documentation.

Property Documentation

diameter : real

This property defines the diameter of the capsule

Default value: 100


height : real

This property defines the height of the capsule

Default value: 100


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