Description:

Removes duplicates in the supplied set of points.

Syntax:
public static Point3d[] CullDuplicates(
IEnumerable<Point3d> points,
double tolerance
)
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

/
/
/
CullDuplicates

CullDuplicates method

Class:  Rhino.Geometry.Point3d

Nothing found