I have converted a UV vector coordinates into 3D plane using Blender's Bmesh function. Using bmesh to create the newer mesh,
bm.faces.new((vert))
it creates faces that is undesirable, or more accurately, the edges and faces that are generated by the function are not as intended.
Is there a way to allow no generation of edges that are more than the maximum connected distance of a mesh using bmesh?
This picture shows generation of both edges and faces on the left marked out in green, comparing with the seam that I have marked for UV unwrapping.