clonePartialCurve Method
Return a LineString which is a portion of this curve.
- Fractions outside [0,1] extend the relevant end segment.
clonePartialCurve(fractionA: number, fractionB: number): LineString3d
| Parameter | Type | Description | 
|---|---|---|
| fractionA | number | start fraction | 
| fractionB | number | end fraction | 
Returns - LineString3d
Defined in
- curve/LineString3d.ts Line 1232
Last Updated: 20 June, 2023