CuboidGeometry QML Type
立方体のジオメトリを提供します。詳細...
| Import Statement: | import QtQuick3D.Helpers |
| Since: | Qt 6.9 |
| Inherits: |
プロパティ
- asynchronous : bool
- status : bool
- xExtent : real
- xyMeshResolution : size
- xzMeshResolution : size
- yExtent : real
- yzMeshResolution : size
- zExtent : real
詳細な説明
CuboidGeometry は立方体を表すジオメトリタイプです。立方体のサイズは、xExtent 、yExtent 、zExtent プロパティによって定義されます。平面のトポロジーは、yzMeshResolution 、xzMeshResolution 、xyMeshResolution プロパティによって定義されます。
プロパティのドキュメント
asynchronous : bool
このプロパティは、ジオメトリ生成を非同期に行うかどうかを保持する。
status : bool [read-only]
このプロパティは、asynchronous が true の場合のジオメトリ生成の状態を保持します。
| 定数 | 説明 |
|---|---|
CuboidGeometry.Null | ジオメトリ生成が開始されていない |
CuboidGeometry.Ready | ジオメトリ生成完了 |
CuboidGeometry.Loading | ジオメトリ生成中 |
CuboidGeometry.Error | ジオメトリ生成に失敗しました。 |
xExtent : real
立方体の x の範囲。デフォルト値は100.0。
xyMeshResolution : size
x 方向と y 方向のセグメント数。デフォルト値は 2x2.
xzMeshResolution : size
x 方向と z 方向のセグメント数。デフォルト値は 2x2.
yExtent : real
立方体の y 方向の範囲。デフォルト値は100.0。
yzMeshResolution : size
y 方向と z 方向のセグメント数。デフォルト値は 2x2.
zExtent : real
キューボイドのzの範囲。デフォルト値は100.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.