weldx.Trace#

class weldx.Trace(segments, coordinate_system=None)#

Defines a 3d trace.

Construct trace.

Parameters:
Return type:

Trace

Methods

local_coordinate_system

Get the local coordinate system at a specific position on the trace.

plot

Plot the trace.

rasterize

Rasterize the trace.

Attributes

coordinate_system

Get the trace's coordinate system.

length

Get the length of the trace.

num_segments

Get the number of segments.

segments

Get the trace's segments.