TorusGeometry QML Type

トーラスのジオメトリを提供します。詳細...

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

Geometry

プロパティ

詳細な説明

TorusGeometry は、トーラスを表すジオメトリ タイプです。トーラスは、リングとセグメントの数、およびトーラスの半径によって定義されます。

プロパティの説明

asynchronous : bool

このプロパティは、ジオメトリ生成を非同期に行うかどうかを保持します。


radius : real

トーラスの半径を指定します。デフォルト値は100です。


rings : int

トーラスのリング数を指定します。デフォルト値は50です。


segments : int

トーラスのセグメント数を指定します。デフォルト値は 50 です。


status : bool [read-only]

このプロパティは、asynchronousがtrueのときのジオメトリ生成の状態を保持します。

定数説明
TorusGeometry.Nullジオメトリ生成が開始されていない
TorusGeometry.Readyジオメトリ生成が完了している
TorusGeometry.Loadingジオメトリ生成中
TorusGeometry.Errorジオメトリ生成に失敗しました。

tubeRadius : real

トーラスのチューブの半径を指定します。デフォルト値は10です。


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