Point3dCollectionExtensionRemoveDuplicates Method |
| Name | Description | |
|---|---|---|
| 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.
|