Noether
0.0.0
|
Organizes a tool path into a snake-style pattern. More...
#include <snake_organization_modifier.h>
Public Member Functions | |
ToolPaths | modify (ToolPaths) const override |
Additional Inherited Members | |
Public Types inherited from noether::ToolPathModifier | |
using | Ptr = std::unique_ptr< ToolPathModifier > |
using | ConstPtr = std::unique_ptr< const ToolPathModifier > |
Organizes a tool path into a snake-style pattern.
The tool paths at odd indices are the reversed to produce the snake pattern. This modifier typically needs to be run behind a modifier that can organize tool path segments properly (e.g., raster organization tool path modifier)
Reimplemented from noether::ToolPathModifier.