sorry i dont understand what it is your trying to do from the screen shot,maybe someone else can or you could describe a bit more what you need to achive.
Did you notice the intersecting triangles in the object (the selected triangles intersect others)? I’m trying to change the model into a continuous mesh, with no intersecting triangles, while keeping the object geometry as close to the original as possible.
That way, Blender will be able to fix normals, decimate, etc.
It should be possible for a computer to compute intersections, add new vertices, split faces, etc. (in an all-automatic way) to achieve this, but I can’t find good Blender commands do help me in the task. I don’t expect Blender to do it all, but I can’t afford to select all problematic faces and manually fix them.
I don’t think there is a tool for doing that… not even in Maya or XSI.
The most automatic way to do it is to select the offending vertices and smooth them once or twice. - Of course that will change your geometry somewhat and you have to manually find the problem areas, but I don’t think an automatic way exists.
Even Pixar fixes their intersecting poly problems by having low-level animators go through the scenes looking for problems and manually fixing them.
Someday 3d programs might properly treat objects as if they had some volume, but for now it’s all just tricks.