ConeGeometry QML Type
円錐のジオメトリを提供します。詳細...
| Import Statement: | import QtQuick3D.Helpers |
| Since: | Qt 6.9 |
| Inherits: |
プロパティ
- asynchronous : bool
- bottomRadius : real
- length : real
- rings : int
- segments : int
- status : bool
- topRadius : real
詳細説明
ConeGeometry は円錐を表すジオメトリ型です。円錐のサイズは、頂部の半径、底部の半径、長さによって定義されます。円錐のトポロジーは、リングとセグメントの数によって定義されます。
プロパティのドキュメント
asynchronous : bool
このプロパティは、ジオメトリ生成を非同期に行うかどうかを保持する。
bottomRadius : real
このプロパティは円錐の底半径を保持します。
注意: topRadius と bottomRadius の両方を0.0
length : real
このプロパティは円錐の長さを保持する。円錐を生成するには、この値が0より大きくなければなりません。
rings : int
このプロパティは円錐のリングの数を保持する。最小値は 0 で、これは円錐が垂直方向に分割されていないことを意味します。
segments : int
このプロパティは、円錐のセグメント数を保持します。最小値は 3 で、これより小さい値はジオメトリを生成しません。
status : bool [read-only]
このプロパティは、asynchronous が true の場合のジオメトリ生成の状態を保持します。
| 定数 | 説明 |
|---|---|
ConeGeometry.Null | ジオメトリ生成が開始されていない |
ConeGeometry.Ready | ジオメトリ生成完了 |
ConeGeometry.Loading | ジオメトリ生成中 |
ConeGeometry.Error | ジオメトリ生成に失敗しました。 |
topRadius : real
このプロパティは、コーンの上端半径を保持する。この値は 0 以上でなければなりません。
注意: topRadius とbottomRadius の両方を0.0
© 2026 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.