Re: [Maya-Python] Face Centroid

2011-09-22 Thread Justin Israel
They didnt include it in the pymel api wrapper, but this would be it I think. import pymel.core as pm import maya.OpenMaya as OpenMaya face = pm.MeshFace("pCube1.f[64]") pt = face.__apimfn__().center(OpenMaya.MSpace.kWorld) centerPoint = pm.datatypes.Point(pt) -- justin On Thu, Sep 2

Re: [Maya-Python] Face Centroid

2011-09-22 Thread owen burgess
Hi Roland, Perhaps this might help: http://mayastation.typepad.com/maya-station/2009/11/where-is-the-center-of-a-polygon.html regards, Owen On 22 September 2011 14:58, moesian wrote: > Hello, > > Whats the best way to get the center of a face using pymel? > pymel.core.general.MeshFace doesn't

[Maya-Python] Face Centroid

2011-09-22 Thread moesian
Hello, Whats the best way to get the center of a face using pymel? pymel.core.general.MeshFace doesn't seem to have a method for it. If no method exists would it be possible to extend pymel.core.general.MeshFace to include one? Thanks -- view archives: http://groups.google.com/group/python_insi