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: Point3d, vector?: Vector3d, a: number0.0): void
| Parameter | Type | Description | 
|---|---|---|
| fraction | number | (required) fraction to install | 
| point | Point3d | (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 168
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.