pyrobopath.toolpath.preprocessing.ToolpathPreprocessor#

class pyrobopath.toolpath.preprocessing.ToolpathPreprocessor[source]#

Bases: object

A 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_step

process