mesh_subdivide_loop
- compas_cgal.subdivision.mesh_subdivide_loop(mesh, k=1)
Subdivide a mesh with the Loop scheme.
- Parameters:
- mesh
compas_cgal.types.VerticesFaces
The mesh to remesh.
- kint, optional
The number of subdivision steps.
- mesh
- Returns:
Subdivide a mesh with the Loop scheme.
compas_cgal.types.VerticesFaces
The mesh to remesh.
The number of subdivision steps.