This is the shape I have right now, I want to turn it into a cylinder with 9 holes in it.
I’ve been trying to fill it with quads by just by selecting groups of four vertices and filling, using subdivide where necessary but I keep having the same problem: I will need to add a few more edge loops around the edge of each hole later on and the topology doesn’t end up right to be able to do so.
try using more vertexes on your middle and outer circles. does this need to be subsurfaced? if not, topography is not that important as long as it’s flat. another approach would be to carefully model a section, and then use spin dup to complete it. then remove doubles.
Edit: apparently not, since it looks like crap when subsurfed. I can’t seem to fill this spot without messing up the outer edge or creating EVIL triangles.
Have you tried Looptools - Space, to even out the vertices of the inner/outer circles? It doesn’t always give a perfect result, but combined with ctrl+shift+s and some fiddling it can be very useful in situations like this.
My first thought: If you double the vert count of the outer circle in the first picture, and rotate the inner circle so verts are on the X and Z-planes, you could work on only a quarter of the model with a Mirror modifier for X and Z.
That thing, made out of beziers, extruded to cylinder with holes and slightly beveled, converted to mesh, allows nicely for a subsurf. So, drop some bezier 2d cycles, rotate duplicates, etc. Fast, painless. My 0.02$
On the left a version made using mesh technique, on the right, made using beveled curves… then conversion to mesh. Not very nice topology if you ask me. Perhaps there’s a curves technique I’m not aware of?
@pappy: No, this wont be the best way to model something you want show off wires. But it is fast to model and these triangles help to deliver texture fast in game applications.
@Elias79: The rest of the bunch will be dealt behind the scenes anyway. See some threads talking n-gons and no control over how they are converted resulting to changed view especially on low poly models. Every quad ends in tri in video hardware; i don’t think i’m off by mile here.
Point is that during modelling you love quads because it allows easy math for modifiers - subdivision, loopcuts, such. Tris are not flexible in this regard.