Message 1 of 10
Remove duplicate x an y coordinates from list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I required to remove X and Y coordinate from point list with some conditions.
1. Remove all lesser Y points when remove X (Greater y point list shall be there)
2. Remove all greater Y points when remove Y (Lesser X point list shall be there)
eg. ((2330.51 566.281 0.0) (2308.01 588.781 0.0) (2330.51 588.781 0.0) (2308.01 566.281 0.0))
after removing:
((2330.51 588.781 0.0) (2308.01 566.281 0.0))
Thanks,
Avinash