weldx.LinearHorizontalTraceSegment#
- class weldx.LinearHorizontalTraceSegment(length)#
Trace segment with a linear path and constant z-component.
Construct linear trace segment of length
lengthinx-direction.The trace will run between the points
[0, 0, 0]and[length, 0, 0]- Parameters:
length (
Quantity) – Length of the segment- Return type:
Methods
Get an array of the points at the specified relative positions.
Get the length from the start of the segment to the passed relative position.
Calculate a local coordinate system at a position of the trace segment.
Attributes
Get the length of the segment.