• Creates a circular arc defined by a start point, an end point and an intermediate point on the arc.

    Parameters

    • reference: CoordinateReference

      the reference in which the circular arc is defined

    • startPoint: Point

      The start point of the arc

    • intermediatePoint: Point

      An intermediate point on the arc

    • endPoint: Point

      The end point of the arc

    Returns CircularArcBy3Points

    The circular-arc-by-3-points with the specified 3 points