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
True
if the 3D points are equal,False
otherwise.