Point3dCollectionExtension Class |
Namespace: Gile.AutoCAD.Geometry
Name | Description | |
---|---|---|
![]() ![]() | Contains(Point3dCollection, Point3d) |
Gets a value indicating if the the collection contains the point using Tolerance.Global.EqualPoint.
|
![]() ![]() | Contains(Point3dCollection, Point3d, Tolerance) |
Gets a value indicating if the the collection contains the point using the specified Tolerance.
|
![]() ![]() | RemoveDuplicates(IEnumerablePoint3d) |
Removes duplicated points in the sequence using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(Point3dCollection) |
Removes duplicated points in the collection using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(IEnumerablePoint3d, Tolerance) |
Removes duplicated points in the sequence using the specified Tolerance.
|
![]() ![]() | RemoveDuplicates(Point3dCollection, Tolerance) |
Removes duplicated points in the collection using the specified Tolerance.
|
![]() ![]() | ToExtents3d(IEnumerablePoint3d) |
Gets the extents of the sequence of points.
|
![]() ![]() | ToExtents3d(Point3dCollection) |
Gets the extents of the collection of points.
|