myNum = 5

for i in range(10):

   pm.polyCube()
   pm.move(0,0,i*2)

pm.select('pCube5.f[%s]',%myNum)
pm.delete()

I hope this will work , and this the one of the best place to ask questions
about pymel :-)

On Fri, Feb 25, 2011 at 8:22 AM, LML <[email protected]> wrote:

> myNum = 5
>
> for i in range(10):
>
>    pm.polyCube()
>    pm.move(0,0,i*2)
>
> pm.select('pCube5.f[myNum]')
> pm.delete()
>



-- 
--:: Kurian ::--

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to