I need to add a point to the boundary of an existing surface to refine the mesh in Gmsh.
The Python IDE has a function "gmsh.model.reparametrizeOnSurface(dim, tag, parametricCoord, surfaceTag, which=0)" which allows you to add points to a border without being bound to a surface. The "gmsh.model.mesh.embed(dim, tags, inDim, inTag)" function does not produce results, as it is not intended for objects on the boundary of a surface.enter image description here