CADability dotNET

Overload List

  NameDescription
Public methodStatic memberIsEqual(Angle, Angle)
Public methodStatic memberIsEqual(GeoPoint, GeoPoint)
Determins, whether the given points are almost identical, i.e. the distance of the points is less than eps.
Public methodStatic memberIsEqual(GeoPoint, array<GeoPoint>[]()[][])
Returns true if the distance of each point from p to c is less than eps.
Public methodStatic memberIsEqual(GeoPoint2D, GeoPoint2D)
Public methodStatic memberIsEqual(GeoPoint2D, array<GeoPoint2D>[]()[][])
Returns true if the distance of each point from p to c is less than eps.
Public methodStatic memberIsEqual(GeoVector, GeoVector)
Public methodStatic memberIsEqual(GeoVector2D, GeoVector2D)
Public methodStatic memberIsEqual(Plane, Plane)
Determins, whether the two planes are almost identical, i.e. the angular difference is less than epsa and the distance of then location of p2 to the plane p1 is less than eps. The DirectionX, DirectionY and Location properties of the two planes may be completely different, the two coordinate systems of the planes may be different.

See Also