clonePartialCurve Method
Return (if possible) a LineString which is a portion of this curve.
- This implementation does NOT extrapolate the linestring -- fractions are capped at 0 and 1.
clonePartialCurve(fractionA: number, fractionB: number): CurvePrimitive | undefined
| Parameter | Type | Description |
|---|---|---|
| fractionA | number | start fraction |
| fractionB | number | end fraction |
Defined in
Last Updated: 08 January, 2020