trimesh.path.util module

trimesh.path.util.concatenate(paths, **kwargs)

Concatenate multiple paths into a single path.

Parameters:
  • paths ((n,) Path) – Path objects to concatenate

  • kwargs – Passed through to the path constructor

Returns:

concat – Concatenated result

Return type:

Path, Path2D, or Path3D