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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项