FS#2676 - Draw > Polyline > Insert Nodes at Self-Intersections: Counts everything selected
Andrew,
For a selection of 100 entities with only 9 polylines the tool reports:
“Inserted nodes in self-intersections in 100 polylines”
None of those 9 polylines were self-intersecting.
insertVerticesAtSelfIntersections returns a boolean.
Presumably true/false on success, on change.
Then:
- If false the polyline must not be added to the operation to update it.
And it should not be counted as one that is updated.
- If true the polyline must be updated and counter num must be increased.
- If not a polyline entity it is skipped and should not be counted.
To be sure one can always compare the number of vertices before and after.
Probably an adapted copy of PolylineNormalize.js that has a similar false report.
“100 polylines normalized” Some references to this script are still trailing.
Again one could compare the number of vertices before and after.
Regards,
CVH