pyrobopath.toolpath.preprocessing.ToolpathPreprocessor#
- class pyrobopath.toolpath.preprocessing.ToolpathPreprocessor[source]#
Bases:
objectA container for a sequence of toolpath preprocessing steps.
- process(toolpath):
Applies all registered preprocessing steps to the given toolpath.
- add_step(step):
Adds a preprocessing step to the pipeline.
Methods
add_stepprocess