equals#
- Point3DData.equals(other, tolerance=1e-09)#
Compare the equality of two 3D points within a given tolerance.
- Parameters:
- other
Point3DData - tolerance
float, default: 1e-9 Tolerance.
- other
- Returns:
- bool
Trueif the 3D points are equal,Falseotherwise.