appendToArcInPlace MethodStatic
If arcB is a continuation of arcA, extend arcA (in place) to include the range of arcB
- This only succeeds if the two arcs are part of identical complete arcs and end of
arcAmatches the beginning ofarcB. - "Reversed"
appendToArcInPlace(arcA: Arc3d, arcB: Arc3d, allowReverse: boolean = false): boolean
| Parameter | Type | Description |
|---|---|---|
| arcA | Arc3d | |
| arcB | Arc3d | |
| allowReverse | boolean |
Defined in
Last Updated: 08 January, 2020