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 – Starting point of the segment

  • point_end – End point of the segment

Returns

Line segment

Return type

LineSegment