CylinderGeometry QML Type

CylinderGeometry ermöglicht die Erstellung eines Zylinders im 3D-Raum. Mehr...

Import Statement: import Qt3D.Extras 2.8
In C++: QCylinderGeometry
Status: Deprecated

Eigenschaften

Detaillierte Beschreibung

Der Typ CylinderGeometry wird in der Regel intern vom Typ CylinderMesh verwendet, kann aber auch in benutzerdefinierten GeometryRenderer Typen verwendet werden.

Eigenschaft Dokumentation

indexAttribute : Attribute [read-only]

Enthält das Geometrie-Index-Attribut.


length : real

Enthält die Länge des Zylinders.


normalAttribute : Attribute [read-only]

Enthält das Attribut geometry normal.


positionAttribute : Attribute [read-only]

Enthält das Attribut "Geometrieposition".


radius : real

Enthält den Radius des Zylinders.


rings : int

Enthält die Anzahl der Ringe des Zylinders.


slices : int

Enthält die Anzahl der Slices im Zylinder.


texCoordAttribute : Attribute [read-only]

Enthält das Koordinatenattribut der Geometrietextur.


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