Noether  0.0.0
Loading...
Searching...
No Matches
Interfaces

Abstract interfaces for the various concepts of tool path planning. More...

Detailed Description

Abstract interfaces for the various concepts of tool path planning.

The image below shows the architecture for the tool path planning components.

Classes

struct  noether::MeshModifier
 A common interface for mesh modifications. More...
 
struct  noether::ToolPathModifier
 A common interface for functions that alter a generated toolpath. More...
 
struct  noether::OneTimeToolPathModifier
 An extension of the ToolPathModifier interface that requires a modifier to not cause additional changes if run again. More...
 
struct  noether::ToolPathPlanner
 Interface for a tool path planner that operates on a mesh. More...