このページでは

CuboidGeometry QML Type

立方体のジオメトリを提供します。詳細...

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

Geometry

プロパティ

詳細な説明

CuboidGeometry は立方体を表すジオメトリタイプです。立方体のサイズは、xExtentyExtentzExtent プロパティによって定義されます。平面のトポロジーは、yzMeshResolutionxzMeshResolutionxyMeshResolution プロパティによって定義されます。

プロパティのドキュメント

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.