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/CurvePrimitive.ts Line 785
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.