Is there a way to add/remove vertices, edges and faces from existing meshes with Python API? I found a few question around the web about this, but all without answer.
In OpenMaya.MFnMesh there are some methods for this:
So it seems like you cannot just create single vertices and then properly connect them with edges and faces, but you have to define a complete polygon.
If there are other solutions I would be happy to know!