Point3D.isEqualToByTolerance Method
Parent Object:
Point3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point3D.h>
Description
Checks to see if this point and another point are equal within the specified tolerance.
Syntax
"point3D_var" is a variable referencing a Point3D object.returnValue = point3D_var.isEqualToByTolerance(point, tolerance)
|
"point3D_var" is a variable referencing a Point3D object.
#include <Core/Geometry/Point3D.h>
returnValue = point3D_var->isEqualToByTolerance(point, tolerance);
|
Return Value
boolean |
Returns true if the points are equal (have identical coordinates). |
Parameters
point |
Point3D |
The point to compare for equality. |
tolerance |
double |
The tolerance, in centimeters, to use when comparing the two points. |
Version
Introduced in version December 2017