weldx.geometry.Trace

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

Defines a 3d trace.

Construct trace.

Parameters
Returns

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.