Hi Dimitry, check the pymel docs for MeshFace
On Tue, Jun 2, 2009 at 9:48 AM, Dimitry <[email protected]> wrote: > > yep, it works! > > from pymel import * > arrMesh = ls(selection=True)[0] > print arrMesh > normals = arrMesh.getNormals() > > it is also possible to get the middle point coordinate of each face in > the mesh? > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
