| Bug-ID-Nummer |
BUG-000152932 |
| Eingereicht | October 12, 2022 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | N/A |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
The Intersect tool is working as designed. Non-3D tools are only 2.5D and are unable to provide complete 3D overlay results. For the overlay tools, they work as a first in first out decision tree and in theory; the M and Z values assigned to an intersection could change over time if something changes the order, resulting in getting the input features from the input. The M and Z value in the output is often questionable due to the tools in ArcGIS Pro not being fully M and Z tools. If the M and Z values need to be exactly maintained, the 3D and linear referencing tools should be used.
Workaround
Workaround to obtain Z values from Line features -
- Use the Polygon to line tool and provide the output = Polygon_Line
- Use the Intersect tool (input sequence as mentioned below):
a. Provide the line feature class as first input (at the top) = TestLine
b. Provide output from step#1 as the second input = Polygon_Line
This would allow the output points to take the z-values from TestLine.
Schritte zur Reproduzierung