createCircularStartMiddleEnd MethodStatic
Create a circular arc defined by start point, any intermediate point, and end point. If the points are colinear, assemble them into a linestring.
createCircularStartMiddleEnd(pointA: XYAndZ, pointB: XYAndZ, pointC: XYAndZ, result?: Arc3d): Arc3d | LineString3d | undefined
| Parameter | Type | Description |
|---|---|---|
| pointA | XYAndZ | |
| pointB | XYAndZ | |
| pointC | XYAndZ | |
| result | Arc3d |
Defined in
Last Updated: 08 January, 2020