weldx.LinearHorizontalTraceSegment#

class weldx.LinearHorizontalTraceSegment(length)#

Trace segment with a linear path and constant z-component.

Construct linear trace segment of length length in x-direction.

The trace will run between the points [0, 0, 0] and [length, 0, 0]

Parameters:

length (Quantity) – Length of the segment

Return type:

LinearHorizontalTraceSegment

Methods

get_points

Get an array of the points at the specified relative positions.

get_section_length

Get the length from the start of the segment to the passed relative position.

local_coordinate_system

Calculate a local coordinate system at a position of the trace segment.

Attributes

length

Get the length of the segment.