isSamePoint3dXY MethodStatic
Boolean test for small xy-distance (ignoring z) within tolerance.
- smallMetricDistance is used if tolerance is undefined.
isSamePoint3dXY(dataA: Point3d, dataB: Point3d, tolerance: numberGeometry.smallMetricDistance): boolean
| Parameter | Type | Description | 
|---|---|---|
| dataA | Point3d | |
| dataB | Point3d | |
| tolerance | number | 
Returns - boolean
Defined in
- Geometry.ts Line 415
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.