Point2dCollectionExtension Class |
Namespace: Gile.AutoCAD.Geometry
Name | Description | |
---|---|---|
![]() ![]() | Contains(Point2dCollection, Point2d) |
Evaluates if the collection contains point using Tolerance.Global.EqualPoint.
|
![]() ![]() | Contains(Point2dCollection, Point2d, Tolerance) |
Evaluates if the collection contains point using the specified tolerance.
|
![]() ![]() | RemoveDuplicates(IEnumerablePoint2d) |
Removes duplicated points using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(Point2dCollection) |
Removes duplicated points using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(IEnumerablePoint2d, Tolerance) |
Removes duplicated points using the specified Tolerance.
|
![]() ![]() | RemoveDuplicates(Point2dCollection, Tolerance) |
Removes duplicated points using the specified Tolerance.
|