trimesh.path.util# trimesh.path.util.concatenate(paths)# Concatenate multiple paths into a single path. Parameters: paths ((n,) Path) – Path objects to concatenate Returns: concat – Concatenated result Return type: Path, Path2D, or Path3D