I need a programatic way to select every nth edge loop in a mesh, in a certain plane. (In the examples below I've shown a mesh with only 12 x/y subdivisions, but in practice my meshes have hundreds of divisions – far too many to select by hand.)
Is there a common solution for this? Or a script I could look at and learn from? I've tried using python – https://docs.blender.org/api/blender_python_api_2_67_1/bpy.ops.mesh.html – for this, but I'm not familiar enough with things to get any practical results. Would love to learn, though.
FWIW I've tried selecting all edge loops in a certain plane, and then using "checker deselect" to achieve the same result, but that doesn't do what I want.
Thanks very much,
Dunstan



