Sounds like a stupid question, but I think it gives a better idea of what I want to accomplish.
If I have a cylinder, and I extrude it on its lenght, Rhino creates/mantains a “seam line” on the point from where the extrusion started:
If I explode the geometry, it’s not considered as a single surface:
And if I use UnrollSrf (just after the extrusion, or after re-joining the surfaces), it’s considerated as 2 different surfaces (this is my biggest problem, as I nees to unroll the cylinders).
Is there a command similar to “MergeAllCoplanarFaces” to fix the surface of the cylinder, or does anyone know another method? (rebuild I think is kind of dangerous because you don’t get exactly the same geometry as before)