weldx.geometry.ArcSegment.construct_with_radius

classmethod ArcSegment.construct_with_radius(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 – Starting point of the segment

  • point_end – End point of the segment

  • radius – Radius

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

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

Returns

Arc segment

Return type

ArcSegment