pyrobopath.toolpath.preprocessing.ScalingStep#
- class pyrobopath.toolpath.preprocessing.ScalingStep(scale: float)[source]#
Bases:
PreprocessingStepA preprocessing step that uniformly scales all path points.
- Parameters:
scale (float) – The uniform scale factor to apply to each point.
Methods
Apply the preprocessing step to the given toolpath.