Bug ID Number |
BUG-000170600 |
Submitted | September 9, 2024 |
Last Modified | November 7, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
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
A point is assumed to be on the segment if the closest distance from the point to the segment interior is less than or equal to sqrt(2) * tolerance. In that case, the segment splits, and the new endpoints snap with the point. This is the situation when vertex #53 of the feature River is moved to the location of vertex #3 of the feature 3006. The length of the newly created segment is 0.0045931674540042877 which is less than sqrt(2) * tolerance, so the endpoints of the segment are snapped to the middle.
Workaround
If possible, after moving vertex #53 in River to the location of vertex #3 in 3006, move vertex #18 in 3515 to the new location of vertex #53 in River. Then also move vertex #3 in 3006 to the new location of #53 in River.
Steps to Reproduce