setFP Method
Updated in this instance.
- Note that if caller omits vectoranda, those fields are updated to the call-list defaults (NOT left as-is)
- point and vector updates are by data copy (not capture of pointers).
setFP(fraction: number, point: Readonly<WritableXYAndZ>, vector?: Vector3d, a: number = 0.0): void
| Parameter | Type | Description | 
|---|---|---|
| fraction | number | (required) fraction to install. | 
| point | Readonly<WritableXYAndZ> | (required) point to install. | 
| vector | Vector3d | (optional) vector to install. | 
| a | number | (optional) numeric value to install. | 
Returns - void
Defined in
- curve/CurveLocationDetail.ts Line 174
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.