laptop and a wrench

不具合

The onMouseClicked method does not capture the z-values of 3D BIM data buildings in ArcGIS AppStudio.

ArcGIS AppStudio
不具合 ID 番号 BUG-000160232
送信されましたJuly 27, 2023
最終更新日August 16, 2024
適用対象ArcGIS AppStudio
見つかったバージョン5.5
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスAs Designed

参考情報

To capture the Z value, use the SceneView.screenToLocation (x, y) method and the onScreenToLocationCompleted event handler instead. SceneView { id: sceneView anchors.fill: parent onMouseClicked: { var location = sceneView.screenToLocation(mouse.x, mouse.y); } onScreenToLocationCompleted: { var hasZValue = location.hasZ; var zValue = location.z; } // Other scene view code... ) API References: - string screenToLocation(double screenX, double screenY) | https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-sceneview.html#screenToLocation-method - screenToLocationCompleted(Point location) | https://developers.arcgis.com/qt/qml/api-reference/qml-esri-arcgisruntime-sceneview.html#screenToLocationCompleted-signal

再現の手順

不具合 ID: BUG-000160232

ソフトウェア:

  • ArcGIS AppStudio

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動