Click or drag to resize

Point3dCollectionExtension Methods

Methods
  NameDescription
Public methodStatic memberContains(Point3dCollection, Point3d)
Gets a value indicating if the the collection contains the point using Tolerance.Global.EqualPoint.
Public methodStatic memberContains(Point3dCollection, Point3d, Tolerance)
Gets a value indicating if the the collection contains the point using the specified Tolerance.
Public methodStatic memberRemoveDuplicates(IEnumerablePoint3d)
Removes duplicated points in the sequence using Tolerance.Global.EqualPoint.
Public methodStatic memberRemoveDuplicates(Point3dCollection)
Removes duplicated points in the collection using Tolerance.Global.EqualPoint.
Public methodStatic memberRemoveDuplicates(IEnumerablePoint3d, Tolerance)
Removes duplicated points in the sequence using the specified Tolerance.
Public methodStatic memberRemoveDuplicates(Point3dCollection, Tolerance)
Removes duplicated points in the collection using the specified Tolerance.
Public methodStatic memberToExtents3d(IEnumerablePoint3d)
Gets the extents of the sequence of points.
Public methodStatic memberToExtents3d(Point3dCollection)
Gets the extents of the collection of points.
Top
See Also