CylinderGeometry QML Type

円柱のジオメトリを提供します。詳細...

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

Geometry

プロパティ

詳細説明

CylinderGeometry は、円柱の形状を生成するジオメトリ タイプです。円柱の形状は半径と長さのプロパティによって定義されます。円柱のトポロジーは、セグメントとリングの数によって定義されます。

プロパティ Documentation

asynchronous : bool

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


length : real

このプロパティは円柱の長さを保持します。有効な円柱を生成するには、このプロパティを 0 より大きくする必要があります。


radius : real

このプロパティは円柱の半径を保持する。有効な円柱を生成するためには、このプロパティは0より大きくなければならない。


rings : int

このプロパティは円柱のリングの数を保持する。リングは円柱の長さ方向の分割である。リングの最小数は 0 である。


segments : int

このプロパティはシリンダー内のセグメントの数を保持する。セグメントはシリンダーの半径方向の分割である。セグメント数の最小値は 3 である。


status : bool [read-only]

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

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

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