Noether  0.0.0
Loading...
Searching...
No Matches
noether::CircularLeadInModifier Class Reference

Modifier that adjusts the parameters of the tool approach trajectory to the media. More...

#include <circular_lead_in_modifier.h>

Inheritance diagram for noether::CircularLeadInModifier:

Public Member Functions

 CircularLeadInModifier (double arc_angle, double arc_radius, double n_points)
 
ToolPaths modify (ToolPaths tool_paths) const override final
 

Protected Attributes

const double arc_angle_
 
const double arc_radius_
 
const double n_points_
 

Additional Inherited Members

- Public Types inherited from noether::ToolPathModifier
using Ptr = std::unique_ptr< ToolPathModifier >
 
using ConstPtr = std::unique_ptr< const ToolPathModifier >
 

Detailed Description

Modifier that adjusts the parameters of the tool approach trajectory to the media.

Member Function Documentation

◆ modify()

ToolPaths noether::CircularLeadInModifier::modify ( ToolPaths  tool_paths) const
finaloverridevirtual

Reimplemented from noether::ToolPathModifier.