SphereGeometry QML Type

Bietet Geometrie für eine Kugel. Mehr...

Import Statement: import QtQuick3D.Helpers
Since: Qt 6.9
Inherits:

Geometry

Eigenschaften

Detaillierte Beschreibung

SphereGeometry ist ein Geometrietyp, der eine Kugel darstellt. Die Größe der Kugel wird durch ihren Radius definiert. Die Topologie der Kugel wird durch die Anzahl der Ringe und Segmente definiert.

Eigenschaft Dokumentation

asynchronous : bool

Diese Eigenschaft legt fest, ob die Geometrieerzeugung asynchron erfolgen soll.


radius : real

Der Radius der Kugel. Der Standardwert ist 100.0.


rings : int

Die Anzahl der Ringe in der Kugel. Der Standardwert ist 16.


segments : int

Die Anzahl der Segmente in der Kugel. Der Standardwert ist 32.


status : bool [read-only]

Diese Eigenschaft enthält den Status der Geometrieerzeugung, wenn asynchron wahr ist.

KonstanteBeschreibung
SphereGeometry.NullDie Geometrieerzeugung hat nicht begonnen
SphereGeometry.ReadyDie Geometrieerstellung ist abgeschlossen.
SphereGeometry.LoadingDie Geometrieerstellung ist im Gange.
SphereGeometry.ErrorDie Geometrieerstellung ist fehlgeschlagen.

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