このページでは

GeometryView QML Type

ジオメトリの詳細をカプセル化します。詳細...

Import Statement: import Qt3D.Core 2.11
Since: Qt 6.0
In C++: QGeometryView
Inherits:

Node

Status: Deprecated

プロパティ

詳細説明

GeometryView は、ジオメトリを扱うために必要なすべての情報を保持する。Geometry はジオメトリ データの座標を保持し、GeometryView はそのデータの解釈方法を指定します。

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

firstInstance : int

ベースインスタンスを保持する。

firstVertex : int

最初の頂点を保持する。

geometry : Geometry

ジオメトリを保持する。

indexBufferByteOffset : int

インデックス・バッファへのバイト・オフセットを保持する。

indexOffset : int

基本頂点を保持する。

instanceCount : int

インスタンスカウントを保持します。

primitiveRestart : bool

原始再起動フラグを保持する。

primitiveType : enumeration

プリミティブ型を保持します。

  • QGeometryView.Points
  • QGeometryView.Lines
  • QGeometryView.LineLoop
  • QGeometryView.LineStrip
  • QGeometryView.Triangles
  • QGeometryView.TriangleStrip(三角形ストリップ
  • QGeometryView.TriangleFan(トライアングルファン
  • QGeometryView.LinesAdjacency
  • QGeometryView.TrianglesAdjacency(三角形の隣接度
  • QGeometryView.LineStripAdjacency(ラインストリップの隣接性
  • QGeometryView.TriangleStripAdjacency(三角形のストリップの隣接性
  • QGeometryView.Patches

Qt3DCore::QGeometryView::PrimitiveTypeも参照してください

restartIndex : int

リスタート・インデックスを保持する。

vertexCount : int

頂点数を保持する。

verticesPerPatch : int

パッチごとの頂点を保持する。

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