Description:
Removes duplicates in the supplied set of points.
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- A list, an array or any enumerable of Point3d .
- tolerance
- Type: double
- The minimum distance between points. Points that fall within this tolerance will be discarded. .
Returns:
Type: Point3d[]
An array of points without duplicates; or None on error.
Available since:
5.0