equals#

Point3DData.equals(other, tolerance=1e-09)#

Compare the equality of two 3D points within a given tolerance.

Parameters:
otherPoint3DData
tolerancefloat, default: 1e-9

Tolerance.

Returns:
bool

True if the 3D points are equal, False otherwise.