Removes points with identical X, Y and Z coordinates from the set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public void RemoveMultiplePoints3d() |
Visual Basic (Declaration) |
---|
Public Sub RemoveMultiplePoints3d |
Visual C++ |
---|
public: void RemoveMultiplePoints3d() |
Remarks
Two points are considered equal if each coordinate of one point AlmostEquals(Double, Double)
the respective coordinate of the other point.