Message 1 of 1
Adeleting vetexes that are too close together from 2 polylignes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I have this problem. These two polylines are "overlapping" to some extent. I need to delete the area inside the rectangle. Meaning, i need to detect that there are polyline vertexes that are too close (more than Tolerence) and to delete the vertexes that are too close.
Criteria: the polylines that are in the same layer.
Basically what i did is:
Check for vertexes that have less than T distance between them and delete one. I kept doing it until no vertexes were closer than tolerated.
Any ideas how to do this?