fractionToPoint Method
Return the point (x,y,z) on the curve at fractional position along the chain.
fractionToPoint(fraction: number, result?: Point3d): Point3d
| Parameter | Type | Description |
|---|---|---|
| fraction | number | fractional position along the geometry. |
| result | Point3d |
Returns - Point3d
Returns a point on the curve.
Defined in
- curve/CurveChainWithDistanceIndex.ts Line 526
Last Updated: 30 November, 2023