hi,l got problem in getting lattice point information,CODEs Blow:
richSel = OpenMaya.Mrichselection()
openmaya.mglobal.getrichselection(richSel)
richSelList = openmaya.mselectionlist()
richSel.getSelection(richSelList)
path = openmaya.mdagpath()
component = openmaya.mobject()
richSelList.getDagPath(0,path,component)
componentFn = openmaya.MFnTripleIndexedComponent(component)
END!!
I can get the weight information by using componentFn.weight(#) .influnce()
but how did i get the specified element from the component,its name,e.g.ffd1Lattice.pt[5] [8][0]
NOTE: I turn on the soft selection