weldx.geometry.ArcSegment.construct_with_points

classmethod ArcSegment.construct_with_points(point_start, point_end, point_center, arc_winding_ccw=True)

Construct an arc segment with three points (start, end, center).

Parameters
  • point_start – Starting point of the segment

  • point_end – End point of the segment

  • point_center – Center point of the arc

  • arc_winding_ccw – Specifies if the arcs winding order is counter-clockwise (Default value = True)

Returns

Arc segment

Return type

ArcSegment