.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
The best way to remove duplicate points from DB
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
ObjectARX 2007 with C#
What would be the best way to remove duplicate points from DB?
I do not think iterating through the whole database and compare each point's coordinate would be the best way since it will take a lot of time if the points are many.
I once saw a CAD command that does it for me. (which I can't remember now)
Maybe I could use that command.
Always Thank you for your help.
Re: The best way to remove duplicate points from DB
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
dynamicscope wrote:
...I once saw a CAD command that does it for me. (which I can't remember now)
Maybe I could use that command.
Re: The best way to remove duplicate points from DB
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Unfortunately, it looks like ExpressTool supports "overkill."
I need to cover even the version without ExpressTool.
By the way, I found the command.
It was "mapclean" in AutoCAD 2010 Civil 3D (not sure non-Civil 3D also has that command).
But AutoCAD 2007 does have "mapclean" command. ![]()
Looks like I have to manually implement the function?
Re: The best way to remove duplicate points from DB
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content



