CuboidGeometryView QML Type
立方体のメッシュ。詳細...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QCuboidGeometryView |
Status: | Deprecated |
プロパティ
- xExtent : real
- xyMeshResolution : size
- xzMeshResolution : size
- yExtent : real
- yzMeshResolution : size
- zExtent : real
物件詳細
プロパティの説明
xExtent : real |
メッシュのx範囲を保持します。
xyMeshResolution : size |
メッシュのx-y解像度を保持する。このプロパティのwidthとheightの値は、メッシュのx-y面に生成される頂点の数を指定します。
xzMeshResolution : size |
メッシュのx-z解像度を保持します。このプロパティの幅と高さの値は、メッシュのx-z面に対して生成される頂点の数を指定する。
yExtent : real |
メッシュのy範囲を保持します。
yzMeshResolution : size |
メッシュのy-z解像度を保持する。このプロパティの幅と高さの値は、メッシュのy-z面に対して生成される頂点の数を指定します。
zExtent : real |
メッシュのz範囲を保持します。
© 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.