![]() |
Noether
0.0.0
|
Implementations of the noether::RasterPlanner interface and associated components. More...
A noether::RasterPlanner is a subclass of noether::ToolPathPlanner with the following general properties:
The organization of tool path waypoints, segments, and paths in the output of a raster planner is shown the following diagram:
The noether::RasterPlanner interface uses two additional interfaces to generate the location and direction of the raster lines. Origin Generators are used to specify the location of the first raster line on the mesh. Direction Generators are used to specify the direction of travel of the raster lines in the tool path.
Modules | |
Direction Generators | |
Implementations of the noether::DirectionGenerator interface. | |
Origin Generators | |
Implementations of the noether::OriginGenerator interface. | |
Classes | |
class | noether::PlaneSlicerRasterPlanner |
An implementation of the Raster Planner using a series of parallel cutting planes. More... | |