weldx.ArcSegment.construct_with_radius#

classmethod ArcSegment.construct_with_radius(cls, point_start, point_end, radius, center_left_of_line=True, arc_winding_ccw=True)#

Construct an arc segment with a radius and the start and end points.

Parameters:
  • point_start (Quantity) – Starting point of the segment

  • point_end (Quantity) – End point of the segment

  • radius (Quantity) – Radius

  • center_left_of_line (bool) – Specifies if the center point is located to the left of the vector point_start -> point_end (Default value = True)

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

Returns:

Arc segment

Return type:

ArcSegment