isPhysicallyClosedCurve Method
Whether the start and end points are defined and within tolerance.
- Does not check for planarity or degeneracy.
isPhysicallyClosedCurve(tolerance: number = Geometry.smallMetricDistance, xyOnly: boolean = false): boolean
| Parameter | Type | Description | 
|---|---|---|
| tolerance | number | optional distance tolerance (default is smallMetricDistance) | 
| xyOnly | boolean | if true, ignore z coordinate (default is false) | 
Returns - boolean
Defined in
- curve/LineString3d.ts Line 1370
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.