Checks to see if this point and another point are equal (have identical coordinates). The comparison is done within the modeling tolerance which can be found with the Application.pointTolerance property. If you want to compare two points with any other tolerance you can use the isEqualToByTolerance method.
"point3D_var" is a variable referencing a Point3D object.
|
"point3D_var" is a variable referencing a Point3D object.
|
Type | Description |
boolean | Returns true if the points are equal (have identical coordinates). |
Name | Type | Description |
point | Point3D | The point to compare for equality. |