closestPoint Method
Return the closest point on the contained curves.
closestPoint(spacePoint: Point3d, extend: VariantCurveExtendParameter = false, result?: CurveLocationDetail): undefined | CurveLocationDetail
@returns details of the closest point.
| Parameter | Type | Description |
|---|---|---|
| spacePoint | Point3d | point in space. |
| extend | VariantCurveExtendParameter | extend applicable only to Path and BagOfCurves. Default value false. |
| result | CurveLocationDetail | (optional) pre-allocated detail to populate and return. |
Returns - undefined | CurveLocationDetail
details of the closest point.
Defined in
- curve/CurveCollection.ts Line 110
Last Updated: 10 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.