clipper2Paths

pyslm.hatching.clipper2Paths(paths, scaleFactor, close=False)

Returns scaled closed paths from clipper paths

Parameters:
  • paths – The input clipper paths

  • scaleFactor (float) – Scale factor to apply

  • close (bool) – If True, the paths are closed by appending the first point to the end of the path

Return type:

List[array]

Returns: