![]() |
Noether
0.0.0
|
Implementations of the RasterPlanner interface and associated components. More...
A RasterPlanner is a subclass of 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 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 DirectionGenerator interface. | |
Origin Generators | |
Implementations of the OriginGenerator interface. | |
Classes | |
class | noether::PlaneSlicerRasterPlanner |
An implementation of the Raster Planner using a series of parallel cutting planes. More... | |