weldx.ArcSegment.construct_with_points#

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

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

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

  • point_end (Quantity) – End point of the segment

  • point_center (Quantity) – Center point of the arc

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

Returns:

Arc segment

Return type:

ArcSegment