Bug ID Number |
BUG-000122467 |
Submitted | May 20, 2019 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Runtime SDK |
Version found | 100.5 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
GeometryEngine generally operates in two dimensions. The operations do not account for z-values unless documented as such for a specific method. For example, Project(Geometry, SpatialReference) transforms z-values in some cases. Refer to the documentation for more information: https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.html.
Workaround
Add the desired z-value to all ellipse geometry vertices.
Steps to Reproduce