# make_three_point_arc_rwire ## API Definition ```python def make_three_point_arc_rwire(start: Tuple[float, float, float], middle: Tuple[float, float, float], end: Tuple[float, float, float]) -> Wire ``` *Source: operations.py* ## Import Surface - top-level: `from simplecadapi import make_three_point_arc_rwire` ## Description Create a wire containing an arc defined by three points.