pyrobopath.toolpath.preprocessing.RotateStep#
- class pyrobopath.toolpath.preprocessing.RotateStep(rot: Rotation)[source]#
Bases:
PreprocessingStepA preprocessing step that rotates all path points.
- Parameters:
rot (Rotation) – The rotation to apply to each point.
Methods
Apply the preprocessing step to the given toolpath.