weldx.geometry.LineSegment.construct_with_points#

classmethod LineSegment.construct_with_points(cls, point_start, point_end)#

Construct a line segment with two points.

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

  • point_end (Quantity) – End point of the segment

Returns:

Line segment

Return type:

LineSegment