clonePartialCurve Method
Return (if possible) an arc which is a portion of this curve.
clonePartialCurve(fractionA: number, fractionB: number): Arc3d
| Parameter | Type | Description |
|---|---|---|
| fractionA | number | start fraction. |
| fractionB | number | end fraction. |
Returns - Arc3d
Defined in
- curve/Arc3d.ts Line 1305
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.