weldx.geometry.Shape.add_line_segments#

Shape.add_line_segments(points)#

Add line segments to the shape.

The line segments are constructed from the provided points.

Parameters:

points (Quantity) – List of points / Matrix Nx2 matrix

Returns:

self

Return type:

Shape