Overload List
| Method | Description |
|---|---|
Point3d.IsEqualTo (Point3d) | This method calls Point3d.IsEqualTo(Point3d a, Tolerance tolerance) with tolerance set to Global. |
Point3d.IsEqualTo (Point3d, Tolerance) | Checks if this point is within the distance tolerance.equalPoint() from the point a.Returns true if the condition is... more |
