Click or drag to resize

Point3dCollectionExtension Class

Provides extension methods for Point3dCollection and IEnumerable<Point3d> types.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPoint3dCollectionExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Point3dCollectionExtension
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