pyrobopath.toolpath.preprocessing.TranslateStep#
- class pyrobopath.toolpath.preprocessing.TranslateStep(trans: List[float] | Tuple[float, float, float] | ndarray[Tuple[Literal[3]], dtype[floating]])[source]#
Bases:
PreprocessingStepA preprocessing step that translates all path points.
- Parameters:
trans (ArrayLike3) – The translation vector to add to each point.
Methods
Apply the preprocessing step to the given toolpath.