weldx.geometry.RadialHorizontalTraceSegment

class weldx.geometry.RadialHorizontalTraceSegment(radius, angle, clockwise=False)

Trace segment describing an arc with constant z-component.

Construct radial horizontal trace segment.

Parameters
  • radius (Quantity) – Radius of the arc

  • angle (Quantity) – Angle of the arc

  • clockwise (bool) – If True, the rotation is clockwise. Otherwise it is counter-clockwise.

Returns

Return type

RadialHorizontalTraceSegment

Methods

local_coordinate_system

Calculate a local coordinate system along the trace segment.

Attributes

angle

Get the angle of the segment.

is_clockwise

Get True, if the segments winding is clockwise, False otherwise.

length

Get the length of the segment.

radius

Get the radius of the segment.