Numéro d’ID de bogue |
BUG-000170600 |
Envoi | September 9, 2024 |
Dernière modification | November 7, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 3.3.1 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire