pyrobopath.toolpath.preprocessing.TranformStep#
- class pyrobopath.toolpath.preprocessing.TranformStep(trans: Transform)[source]#
Bases:
PreprocessingStepA preprocessing step that applies a general transform to all path points.
- Parameters:
trans (Transform) – The transformation to apply to each point.
Methods
Apply the preprocessing step to the given toolpath.